Skip to content

Commit

Permalink
ci(pre-commit): skip branch check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonj04 committed Jul 3, 2024
1 parent f8c7135 commit bda63e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Run pre-commit
uses: pre-commit/[email protected]
env:
SKIP: no-commit-to-branch

# With no caching at all the entire ci process takes 4m 30s to complete!
pytest:
Expand Down

0 comments on commit bda63e5

Please sign in to comment.