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

Commit

Permalink
Add concurrency to GH build
Browse files Browse the repository at this point in the history
Resolves #180
  • Loading branch information
alexiswl committed Nov 8, 2023
1 parent 5da496e commit 507c408
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 507c408

Please sign in to comment.