diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 583bcef4f..afe54e6a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: needs: pre_job if: ${{ needs.pre_job.outputs.should_skip != 'true' }} strategy: - fail-fast: true + fail-fast: false matrix: os: - "ubuntu-latest"