Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #181 from umccr/enhancement/add-concurrency-to-gh-…
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
alexiswl authored Nov 8, 2023
2 parents 5da496e + 507c408 commit b6fb513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_docker_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
# required: true
# type: string

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

jobs:
build_container:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b6fb513

Please sign in to comment.