diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml index 74ac80ba1b86f..3d29f220d18a8 100644 --- a/.github/workflows/premerge.yaml +++ b/.github/workflows/premerge.yaml @@ -42,9 +42,6 @@ jobs: # Mark the job as a success even if the step fails so that people do # not get notified while the new premerge pipeline is in an # experimental state. - # TODO(boomanaiden154): Remove this once the pipeline is stable and we - # are ready for people to start recieving notifications. - continue-on-error: true run: | git config --global --add safe.directory '*' @@ -109,9 +106,6 @@ jobs: # Mark the job as a success even if the step fails so that people do # not get notified while the new premerge pipeline is in an # experimental state. - # TODO(boomanaiden154): Remove this once the pipeline is stable and we - # are ready for people to start recieving notifications. - continue-on-error: true if: ${{ steps.vars.outputs.windows-projects != '' }} shell: cmd run: |