Skip to content

Commit 318445f

Browse files
ci: speed up unit test builds (#358)
1 parent 8b74cf4 commit 318445f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757

5858
- id: 'auth'
5959
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' }}
6062
uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
6163
with:
6264
workload_identity_provider: ${{ vars.PROVIDER_NAME }}

0 commit comments

Comments
 (0)