From 5e0f64ef5526b49f16c0a4bf08fce98ff8c16a4b Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 28 May 2024 06:36:13 +0200 Subject: [PATCH] Pre-commit action should not run pre-commit Regular CI will take care of this and point out potential problems --- .github/workflows/pre-commit-update.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index e451e5a53..d30fdd1bf 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -26,9 +26,6 @@ jobs: - name: Run auto-update run: pre-commit autoupdate - - name: Run pre-commit - run: pre-commit run --all-files - - uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.REPO_SCOPED_TOKEN }}