From bbb95b2f74c51d8cfed8f69fbc30d5cdc9175e2a Mon Sep 17 00:00:00 2001 From: bdm-oslandia Date: Fri, 14 Feb 2025 09:58:11 +0100 Subject: [PATCH] chore: remove .github/workflows/pr-run-pre-commit.yml.disabled --- .../workflows/pr-run-pre-commit.yml.disabled | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/pr-run-pre-commit.yml.disabled diff --git a/.github/workflows/pr-run-pre-commit.yml.disabled b/.github/workflows/pr-run-pre-commit.yml.disabled deleted file mode 100644 index f75dd5f242ca..000000000000 --- a/.github/workflows/pr-run-pre-commit.yml.disabled +++ /dev/null @@ -1,22 +0,0 @@ -# this doesn't seem to work on PRs from forks -# so we use pre-commit.ci instead - -name: 🤸 Run pre-commit on PR -on: - pull_request: - push: - branches: - - master - - release-3_40 - -jobs: - main: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: 3.x - - uses: pre-commit/action@v3.0.1 - - uses: pre-commit-ci/lite-action@v1.1.0 - if: always()