Skip to content

Commit 36ae9f9

Browse files
committed
chore: cancel previous workflow runs in progress
1 parent df215c7 commit 36ae9f9

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
@@ -5,6 +5,10 @@ on:
55
pull_request:
66
branches: ['**']
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: ${{ !contains(github.ref, 'main')}}
11+
812
jobs:
913
install-cache-deps:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)