Skip to content

Commit b0fe35a

Browse files
committed
ci: Cancel duplicated, in progress jobs.
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent 90ed65a commit b0fe35a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- release/*
88
pull_request:
99

10+
concurrency:
11+
group: build-${{github.event.pull_request.number || github.ref}}
12+
cancel-in-progress: true
13+
1014
jobs:
1115

1216
# Ubuntu

0 commit comments

Comments
 (0)