Fix the Github event name ref #12
Annotations
1 error
Invalid workflow file:
.github/workflows/test.yml#L15
The workflow is not valid. .github/workflows/test.yml (Line: 15, Col: 9): Unexpected symbol: '"push"'. Located at position 93 within expression: contains(github.event.pull_request.labels.*.name, 'safe to test') || ((github.event_name == "push" || github.event_name == "workflow_dispatch") && github.ref_name == "main")
|