Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsbinder committed May 7, 2024
1 parent 4ee3d36 commit 55b877f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/provenance2.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: Build Provenances

# 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:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

on:
workflow_dispatch:
inputs:
build-config-path:
required: true
type: string
secrets:
GCP_SERVICE_ACCOUNT_KEY_JSON:
required: true
GCP_SERVICE_ACCOUNT_KEY_JSON: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY_JSON }}

jobs:
get_inputs:
Expand Down

0 comments on commit 55b877f

Please sign in to comment.