Skip to content

Commit

Permalink
Remove the OR from commit step in format-check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 18, 2024
1 parent 0563d2d commit 23a842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Auto-commit the changes
run: |
git add .
git commit -m "Apply clang-format" || echo "No changes to commit"
git commit -m "Apply clang-format"
id: commit

- name: Push changes
Expand Down

0 comments on commit 23a842e

Please sign in to comment.