From e6b0859a097f8abb73e83ec83c14fc9b5ab1950b Mon Sep 17 00:00:00 2001 From: csh Date: Sun, 21 Jun 2026 17:15:40 +0800 Subject: [PATCH] :wrench: 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) --- .gitea/workflows/update-thirdparty-skills.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update-thirdparty-skills.yml b/.gitea/workflows/update-thirdparty-skills.yml index ab0b2364..4c4837d0 100644 --- a/.gitea/workflows/update-thirdparty-skills.yml +++ b/.gitea/workflows/update-thirdparty-skills.yml @@ -10,7 +10,7 @@ on: concurrency: group: update-thirdparty-${{ github.repository }} - cancel-in-progress: false + cancel-in-progress: true env: WORKSPACE_DIR: "/home/workspace"