diff --git a/appveyor.yml b/appveyor.yml index 0157e2081..ac48235dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -82,3 +82,5 @@ test_script: # occasional timeouts on AppVeyor. # More info: https://github.com/nlohmann/json/pull/1570 - if "%configuration%"=="Debug" ctest --exclude-regex "test-unicode" -C "%configuration%" -V -j + +skip_branch_with_pr: true