Skip to content

Commit

Permalink
build(ci): cancel concurrent workflow runs (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxencs authored Feb 25, 2024
1 parent 5fe9081 commit 078c57b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
- 'docker-compose.yml'
- '**.md'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

permissions:
contents: write
packages: write
Expand Down

0 comments on commit 078c57b

Please sign in to comment.