From 490f41ef2e42c747b86b9ab9bf9e0fea3f78bfef Mon Sep 17 00:00:00 2001 From: Daniele Esposti Date: Fri, 2 Aug 2024 22:26:38 +0100 Subject: [PATCH] Always complete pre=commit workflow --- .github/workflows/pre-commit-autoupdate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 78e4701..ec893b6 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -22,6 +22,7 @@ jobs: key: ${{ runner.os }}-3.11-${{ hashFiles('**/.pre-commit-config.yaml') }} - uses: browniebroke/pre-commit-autoupdate-action@main - uses: peter-evans/create-pull-request@v6 + if: always() with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/pre-commit-hooks