From ab5a89b11f2af9f11c720387ff2da9e9d2b82764 Mon Sep 17 00:00:00 2001 From: Leonardo Montini Date: Tue, 27 Aug 2024 20:26:45 +0200 Subject: [PATCH] ci: fix autofix --- .github/workflows/autofix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 45fb0586b..9d6bc6f52 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -14,6 +14,7 @@ permissions: jobs: autofix: + if: ${{ !contains(github.event.head_commit.message, 'apply automated fixes')}} name: autofix runs-on: ubuntu-latest steps: