From 6d9f02d5aea84e042260854f93fc495f8689bee3 Mon Sep 17 00:00:00 2001 From: Tom Binder Date: Wed, 29 May 2024 09:14:23 +0000 Subject: [PATCH] Fix up build.yaml, once more --- .github/workflows/build.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c453783473d..0b8fbf28547 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: @@ -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