diff --git a/.github/workflows/pre-commit-post-merge.yml b/.github/workflows/pre-commit-post-merge.yml deleted file mode 100644 index e260b1d317..0000000000 --- a/.github/workflows/pre-commit-post-merge.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Use pre-commit post merge - -on: - push: - branches: [main] - -jobs: - pre-commit-post-merge: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - uses: pre-commit/action@v3.0.0 - - uses: pre-commit-ci/lite-action@v1.0.1 - if: always()