Skip to content

Commit 9b1bff4

Browse files
build: workflow concurrency for PR title check (#196)
1 parent 42bcfb8 commit 9b1bff4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pr_title.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
pull_request_target:
55
types: [opened, edited, synchronize, reopened]
66

7+
# Most recent PR change supersedes previous changes.
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
712
# Default to the minimum read-only token for all jobs.
813
permissions:
914
contents: read

0 commit comments

Comments
 (0)