Skip to content

Commit

Permalink
ci: speed up pull_request builds by skipping auth (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Dec 19, 2023
1 parent b319c59 commit 1724277
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 @@ -170,6 +170,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@67e9c72af6e0492df856527b474995862b7b6591 # v2.0.0
with:
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
Expand Down

0 comments on commit 1724277

Please sign in to comment.