Skip to content

Commit 0d0e778

Browse files
committed
Add cancel-in-progress
1 parent 13776fe commit 0d0e778

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/sync-fork-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ on:
3737
- synchronize
3838
- reopened
3939

40+
concurrency:
41+
group: ${{ github.workflow }}-${{ github.ref }}
42+
cancel-in-progress: true
43+
4044
permissions:
4145
checks: write
4246
pull-requests: read

0 commit comments

Comments
 (0)