Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36ae9f9

Browse files
committedNov 6, 2024·
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

Lines changed: 4 additions & 0 deletions
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)
Please sign in to comment.