Skip to content

Commit

Permalink
Fix up build.yaml, once more
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsbinder committed May 29, 2024
1 parent 91c471f commit 6d9f02d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
branches: [stage0verify]

# See https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#example-using-concurrency-to-cancel-any-in-progress-job-or-run
concurrency:
Expand Down Expand Up @@ -41,10 +43,10 @@ jobs:

steps:
# Needed for GCS upload.
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY_JSON }}
# - name: Authenticate to Google Cloud
# uses: google-github-actions/auth@v2
# with:
# credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY_JSON }}

# Needed for GCS upload.
- name: Setup Google Cloud
Expand Down

0 comments on commit 6d9f02d

Please sign in to comment.