Skip to content

Commit 59d5fbf

Browse files
committed
build: add more concurrency controls
1 parent ffc1a55 commit 59d5fbf

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
permissions:
99
contents: read
1010
issues: write
11+
concurrency: sync-labels
1112
jobs:
1213
sync-labels:
1314
name: Sync Labels

.github/workflows/update-license.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- cron: '0 0 1 1 *'
88
permissions:
99
contents: write
10+
concurrency: update-license
1011
jobs:
1112
update-license:
1213
name: Update License

.github/workflows/update-node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- cron: '0 15 * * *'
88
permissions:
99
contents: write
10+
concurrency: update-node
1011
jobs:
1112
update-node:
1213
name: Update Node

0 commit comments

Comments
 (0)