Skip to content

Commit

Permalink
Skip no-commit-to-branch pre-commit hook on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Mar 17, 2024
1 parent c3a604f commit 7305216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-22.04
env:
SKIP: no-commit-to-branch
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit 7305216

Please sign in to comment.