Skip to content

Commit 618423d

Browse files
cleanup
1 parent 4eced70 commit 618423d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/run_tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
- name: Ruff Fix Attempt
3636
id: ruff_fix
3737
run: ruff check --fix-only --diff --exit-non-zero-on-fix
38-
- name: Fail Workflow if Ruff Fix Failed
39-
if: steps.ruff_fix.outcome == 'failure'
40-
run: |
41-
echo "Ruff fix failed, failing the workflow."
42-
echo "Please run 'ruff check . --fix-only' locally and push the changes."
43-
exit 1
4438

4539
test:
4640
name: Run Tests

0 commit comments

Comments
 (0)