Skip to content

Commit 0108d5d

Browse files
committed
ci: cancel previous in-progress run on new push
1 parent d2b67e0 commit 0108d5d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

9+
concurrency:
10+
group: ci-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
quality:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)