fix(ci): use single quotes please

This commit is contained in:
Ashwin Bharambe 2025-07-31 11:56:25 -07:00
parent 5ba25efd54
commit 752fd3b1c1
2 changed files with 6 additions and 6 deletions

View file

@ -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'))

View file

@ -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'))