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: