Skip to content

Commit 06f3dc1

Browse files
committed
fix(ci): remove continue-on-error from build_latest job
1 parent 100bb36 commit 06f3dc1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test_pyqt5.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ jobs:
104104

105105
build_latest:
106106
if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && (github.event.inputs.job_to_run == 'all' || github.event.inputs.job_to_run == 'build_latest')) }}
107-
continue-on-error: true
108107
env:
109108
DISPLAY: ':99.0'
110109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)