Skip to content

Commit da51f85

Browse files
fixing stuff
1 parent b7dbf57 commit da51f85

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/pre_commit.yaml

+9-8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branch:
88
description: 'The branch to build'
99
required: true
10+
pull_request:
1011

1112
jobs:
1213
pre-commit:
@@ -17,12 +18,12 @@ jobs:
1718
ref: ${{ github.event.pull_request.head.ref }}
1819
- uses: actions/setup-python@v3
1920
- uses: pre-commit/[email protected]
20-
- uses: EndBug/[email protected]
21-
# Only need to try and commit if the action failed
22-
if: failure()
23-
with:
24-
fetch: false
25-
committer_name: GitHub Actions
26-
committer_email: [email protected]
27-
message: Apply pre-commmit fixes
21+
# - uses: EndBug/[email protected]
22+
# # Only need to try and commit if the action failed
23+
# if: failure()
24+
# with:
25+
# fetch: false
26+
# committer_name: GitHub Actions
27+
# committer_email: [email protected]
28+
# message: Apply pre-commmit fixes
2829

0 commit comments

Comments
 (0)