Skip to content

Commit df26d7e

Browse files
committed
ci: limit the number of running CI runs
1 parent 4f1627c commit df26d7e

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
@@ -9,6 +9,10 @@ on:
99
tags:
1010
- "*"
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.head_ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
Build:
1418
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)