Skip to content

Commit 0e12edf

Browse files
committed
Github: Limit PR CI concurrency
1 parent 64ef2f5 commit 0e12edf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
schedule:
88
- cron: '17 3 * * 0'
99

10+
concurrency:
11+
group: ${{ github.head_ref || github.ref_name }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
typos:
1216
name: Typos

0 commit comments

Comments
 (0)