Skip to content

Commit ae79b75

Browse files
committed
chore: adjust pull request workflow concurrency
1 parent 01b4579 commit ae79b75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches: main
55
permissions:
66
contents: read
7+
concurrency:
8+
group: pr/${{github.event.number}}
9+
cancel-in-progress: true
710
jobs:
811
ci:
912
name: CI

0 commit comments

Comments
 (0)