Fix cancel flag causing nightly builds to fail (#8618)

This commit is contained in:
xingyuan li 2023-07-26 11:11:08 +09:00 committed by GitHub
parent 7d45233825
commit a98b3fe961

View file

@ -3,7 +3,7 @@ name: LLM Binary Build
# Cancel previous runs in the PR when you push new commits # Cancel previous runs in the PR when you push new commits
concurrency: concurrency:
group: ${{ github.workflow }}-llm-binary-build-${{ github.event.pull_request.number || github.run_id }} 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. # Controls when the action will run.
on: on: