All Tests: Safari Technology Preview #1
safari_technology_preview.yml
on: workflow_dispatch
Check for appropriate epochs
/
Check for appropriate epochs
Matrix: All Tests: Safari Technology Preview
Waiting for pending jobs
safari-technology-preview-results-notify
/
Notify wpt.fyi
Annotations
1 error
Invalid workflow file:
.github/workflows/safari_technology_preview.yml#L32
The workflow is not valid. .github/workflows/safari_technology_preview.yml (Line: 32, Col: 9): Unexpected symbol: '#'. Located at position 1 within expression: # We need always() here to then check for success/skipped from the dependency, as otherwise
# the skip cascades. See
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/using-jobs-in-a-workflow#defining-prerequisite-jobs.
always() &&
(needs.check-workflow-run.result == 'success' || needs.check-workflow-run.result == 'skipped') &&[...]
|