diff --git a/.github/workflows/pre_commit.yaml b/.github/workflows/pre_commit.yaml index 4fbe020c..beaf8626 100644 --- a/.github/workflows/pre_commit.yaml +++ b/.github/workflows/pre_commit.yaml @@ -7,6 +7,7 @@ on: branch: description: 'The branch to build' required: true + pull_request: jobs: pre-commit: @@ -17,12 +18,12 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - uses: actions/setup-python@v3 - uses: pre-commit/action@v3.0.0 - - uses: EndBug/add-and-commit@v9.1.3 - # Only need to try and commit if the action failed - if: failure() - with: - fetch: false - committer_name: GitHub Actions - committer_email: actions@github.com - message: Apply pre-commmit fixes + # - uses: EndBug/add-and-commit@v9.1.3 + # # Only need to try and commit if the action failed + # if: failure() + # with: + # fetch: false + # committer_name: GitHub Actions + # committer_email: actions@github.com + # message: Apply pre-commmit fixes