Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
kodster28 committed Dec 12, 2023
1 parent a906711 commit 25bc24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: ${{ !cancelled() && env.CHANGED_FILES != '' }}

- name: Case Police
run: case-police ${{ env.CHANGED_FILES }} --disable DoS > case_police_output.txt || echo "Case Police failed"
run: case-police ${{ env.CHANGED_FILES }} --disable DoS > case_police_output.txt
if: ${{ !cancelled() && env.CHANGED_FILES != '' }}

- name: Case Police fails
Expand Down

0 comments on commit 25bc24d

Please sign in to comment.