From f79bed6d39964a471d6e4425d43e6665f848af0b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 18 Aug 2021 19:53:35 +0200 Subject: [PATCH] :construction_worker: avoid duplicate AppVeyor builds --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) 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