Skip to content

Commit

Permalink
Add concurrency to the image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 11, 2024
1 parent ef9ed8b commit 37a9108
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
push:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
# Image for running key4hep
build:
Expand Down

0 comments on commit 37a9108

Please sign in to comment.