Skip to content

Commit 06a8920

Browse files
committed
Limit Github PR CI concurrency
1 parent f503001 commit 06a8920

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
schedule:
1010
- cron: '17 3 * * 0'
1111

12+
concurrency:
13+
group: ${{ github.head_ref || github.ref_name }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
ruff:
1418
name: Ruff

0 commit comments

Comments
 (0)