Skip to content

Commit 6dad312

Browse files
committed
ci: cancel on new commit
1 parent 36e22d5 commit 6dad312

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
pull_request:
44
branches: [dev, main]
55

6+
concurrency:
7+
group: pr-${{ github.event.pull_request.number || github.ref }}
8+
cancel-in-progress: true
9+
610
jobs:
711
lint:
812
runs-on: macos-latest

0 commit comments

Comments
 (0)