Skip to content

Commit 8a93492

Browse files
committed
Merge branch 'main' into dev
2 parents 937a21f + fddfe74 commit 8a93492

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
path: ~/.cache/pre-commit/
2525
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
2626
- name: Run pre-commit hooks
27+
env:
28+
SKIP: no-commit-to-branch
2729
run: |
2830
set -o pipefail
2931
pre-commit gc

0 commit comments

Comments
 (0)