Skip test workflow for this branch #125
test.yaml
on: pull_request
check-complexity
check-formatting
check-ineffectual-assignments
check-license
check-smells
check-spelling
check-style
pytest
staticcheck
test
Annotations
1 error
|
Invalid workflow file:
.github/workflows/test.yaml#L7
The workflow is not valid. .github/workflows/test.yaml (Line: 7, Col: 9): Unexpected symbol: '"pull_request"'. Located at position 22 within expression: github.event_name == "pull_request" && github.head_ref == "skip-test-workflow"
|