build.yml Add sigrok-build as valid workflow condition #16
build.yml
on: push
Matrix: build_pulseview_appimage
Waiting for pending jobs
Matrix: build_pulseview_mxe
Waiting for pending jobs
Matrix: build_sigrok-cli_appimage
Waiting for pending jobs
Matrix: build_sigrok-cli_mxe
Waiting for pending jobs
PulseView macOS build
sigrok-cli macOS build
Debug output
Create continuous PulseView release and add artifacts to it
Create continuous sigrok-cli release and add artifacts to it
Create continuous release and add artifacts to it
Annotations
1 error
Invalid workflow file:
.github/workflows/build.yml#L543
The workflow is not valid. .github/workflows/build.yml (Line: 543, Col: 9): Unexpected end of expression: ')'. Located at position 245 within expression: (endsWith(github.repository, 'pulseview') || (endsWith(github.repository, 'sigrok-build')) &&
((github.event_name == 'push' && github.ref == 'refs/heads/master') ||
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master'))
.github/workflows/build.yml (Line: 582, Col: 9): Unexpected end of expression: ')'. Located at position 246 within expression: (endsWith(github.repository, 'sigrok-cli') || (endsWith(github.repository, 'sigrok-build')) &&
((github.event_name == 'push' && github.ref == 'refs/heads/master') ||
(github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master'))
|