mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
add a couple parentheses to help readability slightly
This commit is contained in:
parent
9b50ceb817
commit
22bdc549d9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/integration-tests.yml
vendored
6
.github/workflows/integration-tests.yml
vendored
|
@ -40,9 +40,9 @@ concurrency:
|
||||||
# The "no-run" group ensures that irrelevant label events don't interfere with the real workflows.
|
# The "no-run" group ensures that irrelevant label events don't interfere with the real workflows.
|
||||||
group: >-
|
group: >-
|
||||||
${{ github.workflow }}-${{ github.ref }}-${{
|
${{ github.workflow }}-${{ github.ref }}-${{
|
||||||
(github.event.action == 'opened' || github.event.action == 'synchronize') && 'replay' ||
|
((github.event.action == 'opened' || github.event.action == 'synchronize') && 'replay') ||
|
||||||
(github.event.action == 'labeled' && contains(github.event.pull_request.labels.*.name, 're-record-tests')) && 'rerecord' ||
|
((github.event.action == 'labeled' && contains(github.event.pull_request.labels.*.name, 're-record-tests')) && 'rerecord' ||
|
||||||
'no-run'
|
'no-run')
|
||||||
}}
|
}}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue