From 4a8f4f0edcc05f0e622509bfb5070bfc0a4680b7 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 27 Jul 2026 22:01:11 -0700 Subject: [PATCH] ci: drop the spike-only workflow_dispatch trigger Full --all-files run (mypy included) validated successfully via manual dispatch; no longer needed now that the spike has a real result. --- .github/workflows/pre-commit.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index a72129ca988..05201661f4a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -12,11 +12,6 @@ on: # importing test) can pass every PR yet leave master red. This catches that. schedule: - cron: "0 6 * * *" - # Spike-only: lets us force a full --all-files run on demand (workflow_dispatch - # has no diffable base, so "Determine changed files" below falls back to - # mode=all) to validate prek against the whole tree without waiting for the - # nightly cron. Remove if/when this spike is promoted or dropped. - workflow_dispatch: permissions: contents: read