fix(ci): 修复concurrency group变量名,根治run堆积 #422

Merged
xiaoxia merged 1 commits from feat/ci-concurrency-fix into develop 2026-07-16 21:03:21 +08:00
+1 -1
View File
@@ -30,7 +30,7 @@ on:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
group: ci-cd-${{ gitea.event_name }}-${{ gitea.ref }}
cancel-in-progress: true
jobs:
validate: