Skip to content

Commit e3ac6c2

Browse files
committed
chore: auto cancel previous branch or PR runs
1 parent 0a57d78 commit e3ac6c2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/develop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ permissions:
1818
contents: read # to fetch code (actions/checkout)
1919
checks: write # to create new checks (coverallsapp/github-action)
2020

21+
concurrency:
22+
group: ${{ github.workflow }}-${{ github.ref }}
23+
cancel-in-progress: true
24+
2125
jobs:
2226
stop-build:
2327
name: Check if build should be stopped

0 commit comments

Comments
 (0)