Skip to content

Commit ff7a204

Browse files
committed
feat(*): enable integration tests on @invertase/integration-test-suite-dev branch
1 parent 84db018 commit ff7a204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- workflow_dispatch:
77
inputs:
88
run_integration_tests:
9-
description: 'Run Cloud Build integration tests'
9+
description: "Run Cloud Build integration tests"
1010
required: false
1111
default: false
1212
type: boolean
@@ -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' || (github.event_name == 'workflow_dispatch' && github.event.inputs.run_integration_tests == 'true')
79+
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && (github.event.pull_request.base.ref == 'master' || 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)