Skip to content

Commit 198bf12

Browse files
committed
feat(*): enable Cloud Build integration tests on @invertase/integration-test-suite-dev branch
1 parent 308c557 commit 198bf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
cloud-build-integration:
7777
needs: "unit"
7878
runs-on: ubuntu-latest
79-
# if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && (github.event.pull_request.base.ref == 'master')
79+
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && github.event.pull_request.head.ref == '@invertase/integration-test-suite-dev'
8080
steps:
8181
- uses: actions/checkout@v1
8282
- uses: google-github-actions/auth@v0

0 commit comments

Comments
 (0)