Skip to content

ci: update skip workflow conditions #385

ci: update skip workflow conditions

ci: update skip workflow conditions #385

Triggered via pull request January 17, 2025 16:19
Status Startup failure
Total duration
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
Invalid workflow file: .github/workflows/ci.yaml#L13
The workflow is not valid. .github/workflows/ci.yaml (Line: 13, Col: 9): Unexpected symbol: ')'. Located at position 192 within expression: (github.event_name == 'pull_request' && ! github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' && ! contains(github.event.pull_request.labels.*.name, 'safe-to-test'))) || (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe-to-test')) .github/workflows/ci.yaml (Line: 22, Col: 9): Unexpected symbol: ')'. Located at position 192 within expression: (github.event_name == 'pull_request' && ! github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' && ! contains(github.event.pull_request.labels.*.name, 'safe-to-test'))) || (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe-to-test'))