Skip to content

Commit

Permalink
chore: fix file because actions cant effect workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Jun 16, 2024
1 parent 3da2e76 commit cdc9d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
extra_args: --all-files
- uses: pre-commit-ci/[email protected]
if: always()

- name: Commit pre-commit changes
if: always() && github.event.action != 'pull_request'
run: |
Expand Down

0 comments on commit cdc9d05

Please sign in to comment.