Remove jonmeow from pre-commit config (#6966)

Removing this exception before I forget it's there

Assisted-by: Google Antigravity with Gemini
This commit is contained in:
Jon Ross-Perkins
2026-03-25 23:01:20 +00:00
committed by GitHub
parent 37b238fa28
commit 25793358c3
@@ -28,8 +28,7 @@ jobs:
# Only generate suggestions if pre-commit for a PR failed.
if: |
github.event.workflow_run.conclusion == 'failure' &&
github.event.workflow_run.event == 'pull_request' &&
github.actor != 'jonmeow'
github.event.workflow_run.event == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Harden Runner