Skip to content

Commit

Permalink
Merge pull request #354 from nationalarchives/fix/disable-pre-commit-…
Browse files Browse the repository at this point in the history
…branch-check-in-ci

[FCL-195] Skip pre-commit branch check in CI
  • Loading branch information
jacksonj04 authored Jul 3, 2024
2 parents f8c7135 + bda63e5 commit c02f6f7
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 c02f6f7

Please sign in to comment.