From 8b95bb0c03b95f912fc4476c31fce2ffab687e29 Mon Sep 17 00:00:00 2001 From: Ravi Khadiwala Date: Tue, 28 Nov 2023 14:55:32 -0600 Subject: [PATCH] Only run integration tests if integration bucket is configured --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index faebba578..3f2598db3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -7,6 +7,7 @@ on: jobs: build: + if: ${{ vars.INTEGRATION_TESTS_BUCKET != '' }} runs-on: ubuntu-latest permissions: id-token: write