Skip to content

Commit

Permalink
add job cancelling to the publishing flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adjective-Object committed Nov 14, 2024
1 parent cc26906 commit c2e8bf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches:
- main
workflow_dispatch:
concurrency:
group: publish-${{ github.workflow }}
cancel-in-progress: true
permissions:
contents: write
jobs:
Expand Down

0 comments on commit c2e8bf4

Please sign in to comment.