]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Conditionalize on if: ${{ vars.REC_BULKTEST_USE_UBICLOUD == '1' }}
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 8 Jan 2025 13:56:10 +0000 (14:56 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 8 Jan 2025 13:57:31 +0000 (14:57 +0100)
.github/workflows/build-and-test-all.yml

index ee2350308384f939f010e9579d1bb7c2e7240934..e54a34ae099fc5b104b8cf0122ed2625848bf7be 100644 (file)
@@ -659,6 +659,7 @@ jobs:
           fail-on-error: false
 
   test-recursor-ubicloud-bulk:
+    if: ${{ vars.REC_BULKTEST_USE_UBICLOUD == '1' }}
     name: 'test rec ubicloud bulk'
     needs:
       - build-recursor