mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 05:00:02 +00:00
ci: Enforce concurrency to reduce CI loads
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
5b9c366614
commit
94dcc8bc13
6 changed files with 24 additions and 0 deletions
4
.github/workflows/semantic-pr.yml
vendored
4
.github/workflows/semantic-pr.yml
vendored
|
|
@ -8,6 +8,10 @@ on:
|
|||
- reopened
|
||||
- synchronize
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue