Skip to content

Commit

Permalink
ci: speed up unit test builds (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Jul 26, 2024
1 parent 8b74cf4 commit 318445f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:

- id: 'auth'
name: Authenticate to Google Cloud
# only needed for Flakybot on periodic (schedule) and continuous (push) events
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2.1.3
with:
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
Expand Down

0 comments on commit 318445f

Please sign in to comment.