Only run integration tests if integration bucket is configured

This commit is contained in:
Ravi Khadiwala
2023-11-28 14:55:32 -06:00
committed by ravi-signal
parent 202dd8e92d
commit 8b95bb0c03

View File

@@ -7,6 +7,7 @@ on:
jobs:
build:
if: ${{ vars.INTEGRATION_TESTS_BUCKET != '' }}
runs-on: ubuntu-latest
permissions:
id-token: write