build.yml: Fix condition to check for PR event #14
build.yml
on: push
Matrix: Sigrok artifact builder / build_pulseview_appimage
Waiting for pending jobs
Matrix: Sigrok artifact builder / build_pulseview_mxe
Waiting for pending jobs
Matrix: Sigrok artifact builder / build_sigrok-cli_appimage
Waiting for pending jobs
Matrix: Sigrok artifact builder / build_sigrok-cli_mxe
Waiting for pending jobs
Sigrok artifact builder
/
PulseView macOS build
Sigrok artifact builder
/
sigrok-cli macOS build
Sigrok artifact builder
/
Debug output
Create pending status
Sigrok artifact builder
/
Create continuous PulseView release and add artifacts to it
Sigrok artifact builder
/
Create continuous sigrok-cli release and add artifacts to it
Sigrok artifact builder
/
Create continuous release and add artifacts to it
Update pending status as 'failure'
Update pending status as 'success'
Annotations
1 error
Invalid workflow file:
.github/workflows/build.yml#L53
The workflow is not valid. .github/workflows/build.yml (Line: 53, Col: 9): Unexpected symbol: '#'. Located at position 16 within expression: always() && # Workaround, see https://github.com/actions/runner/issues/491#issuecomment-850884422
(github.event_name == 'pull_request') &&
(!contains(needs.*.result, 'cancelled')) &&
(!contains(needs.*.result, 'failure'))
.github/workflows/build.yml (Line: 92, Col: 9): Unexpected symbol: '#'. Located at position 16 within expression: always() && # Workaround, see https://github.com/actions/runner/issues/491#issuecomment-850884422
(github.event_name == 'pull_request') &&
(contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'failure'))
|