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 8b74cf4 commit 318445fCopy full SHA for 318445f
.github/workflows/tests.yaml
@@ -57,6 +57,8 @@ jobs:
57
58
- id: 'auth'
59
name: Authenticate to Google Cloud
60
+ # only needed for Flakybot on periodic (schedule) and continuous (push) events
61
+ if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
62
uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
63
with:
64
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
0 commit comments