diff --git a/.github/workflows/automated-review.yml b/.github/workflows/automated-review.yml index 0168627ffdf3e9..b9a5da65ddbaa0 100644 --- a/.github/workflows/automated-review.yml +++ b/.github/workflows/automated-review.yml @@ -73,7 +73,6 @@ jobs: - name: Case Police run: case-police ${{ env.CHANGED_FILES }} --disable DoS > case_police_output.txt || echo "Case Police failed" if: ${{ !cancelled() && env.CHANGED_FILES != '' }} - continue-on-error: true - name: Case Police fails if: failure()