[LLM] Remove concurrency group for binary build workflow (#8619)

* remove concurrency group for nightly test
This commit is contained in:
xingyuan li 2023-07-26 12:15:53 +09:00 committed by GitHub
parent fcf8c085e3
commit e3418d7e61

View file

@ -1,9 +1,9 @@
name: LLM Binary Build 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: false # cancel-in-progress: false
# Controls when the action will run. # Controls when the action will run.
on: on: