mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: temporarily disable concurrency group to unstick QA runs
This commit is contained in:
7
.github/workflows/pr-qa.yaml
vendored
7
.github/workflows/pr-qa.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user