Fix cancel flag causing nightly builds to fail (#8618)
This commit is contained in:
parent
7d45233825
commit
a98b3fe961
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm-binary-build.yml
vendored
2
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -3,7 +3,7 @@ name: LLM Binary Build
|
|||
# Cancel previous runs in the PR when you push new commits
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-llm-binary-build-${{ github.event.pull_request.number || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: false
|
||||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue