From 71235e52399f042e67510e2176e12a378f89e8bd Mon Sep 17 00:00:00 2001 From: Kevin Van Cott Date: Thu, 21 May 2026 16:33:03 -0500 Subject: [PATCH] chore: only run autofix on PRs --- .github/workflows/autofix.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index b336e672..90d589e6 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -2,8 +2,6 @@ name: autofix.ci # needed to securely identify the workflow on: pull_request: - push: - branches: [main] concurrency: group: ${{ github.workflow }}-${{ github.event.number || github.ref }}