From 196a9a7194f32a4b0d523a3b137e3c82ec813e66 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 10 Jan 2025 09:55:24 +0100 Subject: [PATCH] We also want to run this new regression test on PRs, but those do not get the vars from the pdns repo --- .github/workflows/build-and-test-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index e54a34ae09..79af546f7c 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -659,7 +659,7 @@ jobs: fail-on-error: false test-recursor-ubicloud-bulk: - if: ${{ vars.REC_BULKTEST_USE_UBICLOUD == '1' }} + if: ${{ vars.REC_BULKTEST_USE_UBICLOUD == '1' || github.repository == 'PowerDNS/pdns' }} name: 'test rec ubicloud bulk' needs: - build-recursor -- 2.47.2