Compare commits

..

2 Commits

Author SHA1 Message Date
csh e9ddc1e0b3 Merge branch 'main' of https://git.mytsl.cn/csh/playbook 2026-06-21 17:15:56 +08:00
csh e6b0859a09 🔧 chore(ci): enable cancel-in-progress for update-thirdparty workflow
Change `cancel-in-progress` from false to true to prevent concurrent runs
when multiple triggers (push, schedule, manual) occur simultaneously.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-21 17:15:40 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ on:
concurrency:
group: update-thirdparty-${{ github.repository }}
cancel-in-progress: false
cancel-in-progress: true
env:
WORKSPACE_DIR: "/home/workspace"