Ver Fonte

Remove jonmeow from pre-commit config (#6966)

Removing this exception before I forget it's there

Assisted-by: Google Antigravity with Gemini
Jon Ross-Perkins há 1 mês atrás
pai
commit
25793358c3
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      .github/workflows/pre_commit_suggestions.yaml

+ 1 - 2
.github/workflows/pre_commit_suggestions.yaml

@@ -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