fix: temporarily disable concurrency group to unstick QA runs

This commit is contained in:
snomiao
2026-03-20 23:32:04 +00:00
parent e8e1e0eb32
commit e5f358057c

View File

@@ -19,9 +19,10 @@ on:
options: [focused, full]
default: focused
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# TODO: restore concurrency group before merge (stuck-run issue on dev branches)
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
jobs:
resolve-matrix: