We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198bf12 commit 3ea1cabCopy full SHA for 3ea1cab
.github/workflows/test.yaml
@@ -76,7 +76,7 @@ jobs:
76
cloud-build-integration:
77
needs: "unit"
78
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'
+ if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
80
steps:
81
- uses: actions/checkout@v1
82
- uses: google-github-actions/auth@v0
0 commit comments