Skip to content

Commit 772b160

Browse files
Allow cancel-in-progress (#1606)
1 parent be84633 commit 772b160

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
pull_request:
1515
workflow_dispatch:
1616

17+
concurrency:
18+
group: ${{ github.head_ref || github.run_id }}
19+
cancel-in-progress: true
20+
1721
jobs:
1822

1923
# ---------------------------------------------------------- #

0 commit comments

Comments
 (0)