ci: update skip workflow conditions #385
Triggered via pull request
January 17, 2025 16:19
Status
Startup failure
Total duration
–
Artifacts
–
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'))
|