diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index df9a83596..e64d71f98 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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')) diff --git a/.github/workflows/integration-vision-tests.yml b/.github/workflows/integration-vision-tests.yml index c24b33a75..28f11fe94 100644 --- a/.github/workflows/integration-vision-tests.yml +++ b/.github/workflows/integration-vision-tests.yml @@ -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'))