mirror of
https://github.com/cmderdev/cmder.git
synced 2026-04-15 06:44:31 +08:00
Add concurrency group to prevent race conditions in vendor workflow
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/ddb85bb7-8df8-4cf9-a878-ed669e19a4be Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e4ab8fb2fd
commit
7fdae8ef48
4
.github/workflows/vendor.yml
vendored
4
.github/workflows/vendor.yml
vendored
@@ -6,6 +6,10 @@ on:
|
|||||||
# At 13:37 UTC every day.
|
# At 13:37 UTC every day.
|
||||||
- cron: '37 13 * * *'
|
- cron: '37 13 * * *'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: vendor-update
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
Reference in New Issue
Block a user