Skip to content

Commit 503e067

Browse files
authored
ci: concurrency with cancel-in-progress false (#237)
1 parent 130ae60 commit 503e067

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
pull_request:
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: false
12+
913
jobs:
1014
ci:
1115
name: CI

0 commit comments

Comments
 (0)