Skip to content

Commit fe33e1e

Browse files
committed
chore: Cancel any in progress workflows
1 parent b58036b commit fe33e1e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches: [main]
77
tags: ['v*']
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
pre-commit:
1115
if: ${{ !github.event.pull_request.draft }}

0 commit comments

Comments
 (0)