Skip to content

Commit a897d4c

Browse files
committed
Cancel in progress
1 parent ee84223 commit a897d4c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/update-cli-coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
required: false
1414
type: string
1515

16+
# Only run one instance at a time; cancel older runs when a new push arrives
17+
concurrency:
18+
group: update-cli-coverage
19+
cancel-in-progress: true
20+
1621
permissions:
1722
contents: read
1823

0 commit comments

Comments
 (0)