Skip to content

Commit 3ea1cab

Browse files
committed
test(*): reset branch check
1 parent 198bf12 commit 3ea1cab

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.head.ref == '@invertase/integration-test-suite-dev'
79+
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
8080
steps:
8181
- uses: actions/checkout@v1
8282
- uses: google-github-actions/auth@v0

0 commit comments

Comments
 (0)