mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
fix(ci): use single quotes please
This commit is contained in:
parent
5ba25efd54
commit
752fd3b1c1
2 changed files with 6 additions and 6 deletions
6
.github/workflows/integration-tests.yml
vendored
6
.github/workflows/integration-tests.yml
vendored
|
@ -53,9 +53,9 @@ concurrency:
|
|||
jobs:
|
||||
discover-tests:
|
||||
if: |
|
||||
github.event_name == "push" ||
|
||||
github.event_name == "schedule" ||
|
||||
github.event_name == "workflow_dispatch" ||
|
||||
github.event_name == 'push' ||
|
||||
github.event_name == 'schedule' ||
|
||||
github.event_name == 'workflow_dispatch' ||
|
||||
github.event.action == 'opened' ||
|
||||
github.event.action == 'synchronize' ||
|
||||
(github.event.action == 'labeled' && contains(github.event.pull_request.labels.*.name, 're-record-tests'))
|
||||
|
|
|
@ -45,9 +45,9 @@ concurrency:
|
|||
jobs:
|
||||
discover-tests:
|
||||
if: |
|
||||
github.event_name == "push" ||
|
||||
github.event_name == "schedule" ||
|
||||
github.event_name == "workflow_dispatch" ||
|
||||
github.event_name == 'push' ||
|
||||
github.event_name == 'schedule' ||
|
||||
github.event_name == 'workflow_dispatch' ||
|
||||
github.event.action == 'opened' ||
|
||||
github.event.action == 'synchronize' ||
|
||||
(github.event.action == 'labeled' && contains(github.event.pull_request.labels.*.name, 're-record-tests'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue