Skip to content

Commit a181c06

Browse files
committed
Disable pre-commit
1 parent caec43a commit a181c06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-check-deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
python-version: 3.12
2121
cache: 'pip'
22-
- name: pre-commit
23-
uses: pre-commit/action@v3.0.1
24-
with:
25-
extra_args: "--from-ref origin/main --to-ref HEAD"
22+
# - name: pre-commit
23+
# uses: pre-commit/action@v3.0.1
24+
# with:
25+
# extra_args: "--from-ref HEAD --to-ref ${{ github.event.pull_request.head.sha }}"
2626
- name: Install Dependencies
2727
run: |
2828
pip install -r requirements.txt

0 commit comments

Comments
 (0)