Skip to content

Commit

Permalink
fix(ci): Cancel running PR check jobs (#8165)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer authored Jan 9, 2025
1 parent 0632027 commit 8a3e263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- release/v*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check_pull_requests:
name: Check pull requests
Expand Down

0 comments on commit 8a3e263

Please sign in to comment.