From: Otto Moerbeek Date: Wed, 8 Jan 2025 13:56:10 +0000 (+0100) Subject: Conditionalize on if: ${{ vars.REC_BULKTEST_USE_UBICLOUD == '1' }} X-Git-Tag: dnsdist-2.0.0-alpha1~181^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c47548e713ac069cb7d22341a0b3f411d28faa;p=thirdparty%2Fpdns.git Conditionalize on if: ${{ vars.REC_BULKTEST_USE_UBICLOUD == '1' }} --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index ee23503083..e54a34ae09 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -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