We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caec43a commit a181c06Copy full SHA for a181c06
.github/workflows/pr-check-deploy.yaml
@@ -19,10 +19,10 @@ jobs:
19
with:
20
python-version: 3.12
21
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"
+ # - name: pre-commit
+ # uses: pre-commit/action@v3.0.1
+ # with:
+ # extra_args: "--from-ref HEAD --to-ref ${{ github.event.pull_request.head.sha }}"
26
- name: Install Dependencies
27
run: |
28
pip install -r requirements.txt
0 commit comments