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:
copilot-swe-agent[bot]
2026-04-12 01:29:56 +00:00
committed by GitHub
parent e4ab8fb2fd
commit 7fdae8ef48

View File

@@ -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