Skip to content

Commit

Permalink
chore: add cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Aug 17, 2024
1 parent 960719f commit 092f9c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

permissions: {}

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

jobs:
release:
if: ${{ !github.event.pull_request.draft && contains(github.event.pull_request.labels.*.name, 'cr-tracked') }}
Expand Down

0 comments on commit 092f9c7

Please sign in to comment.