🔧 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>
This commit is contained in:
csh 2026-06-21 17:15:40 +08:00
parent cfd0d2136a
commit e6b0859a09
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"