Skip to content

Commit

Permalink
📝 Add notes to concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Feb 28, 2022
1 parent 37b7a59 commit c26fb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ on:
workflow_dispatch:

concurrency:
# only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ on:
workflow_dispatch:

concurrency:
# only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Expand Down

0 comments on commit c26fb49

Please sign in to comment.