From c6725587d50f00e8b7a893cbe7e55a2e27530437 Mon Sep 17 00:00:00 2001 From: Ryan Crabbe Date: Sat, 9 May 2026 17:57:21 -0700 Subject: [PATCH] ci(mutation): document intended manual weekly cadence in trigger comment --- .github/workflows/mutation-test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mutation-test.yml b/.github/workflows/mutation-test.yml index 3164801e0d7..d478e13bb17 100644 --- a/.github/workflows/mutation-test.yml +++ b/.github/workflows/mutation-test.yml @@ -8,11 +8,13 @@ name: "Mutation Test (manual)" # do not block anything because nothing depends on this workflow. on: + # Manual trigger only. Intended cadence is roughly weekly — clicked from the + # Actions tab UI when someone wants a fresh mutation report. workflow_dispatch: # TEMPORARY: lets us iterate on this workflow before it lands on the default - # branch (workflow_dispatch only works once the file is on default). Remove - # this push: block before merging — final state should be workflow_dispatch - # only. + # branch (workflow_dispatch only fires once the file is on the default + # branch). Remove this push: block before merging — final state should be + # workflow_dispatch only. push: branches: - litellm_mutation_test_smoke