Skip to content

Commit

Permalink
Update PR check concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn committed Dec 3, 2024
1 parent f880bb9 commit 7c5ee53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ on:
branches: [ "main" ]
types: [ready_for_review, opened, synchronize]

concurrency: "PR${{ github.event.pull_request && github.event.number }}"
concurrency:
group: "pr-${{ github.event.pull_request.id }}"
cancel-in-progress: true

jobs:
is-changelog-updated:
Expand Down

0 comments on commit 7c5ee53

Please sign in to comment.