From 6ad7cccaa99d0e4c849caff6771cb9d10cd240c1 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 16 Sep 2026 22:14:37 +0000 Subject: [PATCH] ci: document how PRs exercise the scheduled Kind jobs workflow_dispatch is not available to this agent token. Touching the scheduled workflow files on a PR runs the same Kind jobs as the crons: nightly cluster regression, weekly intercept E2E, and weekly Results. Co-authored-by: jmjava --- .github/workflows/cluster-regression.yml | 4 +++- .github/workflows/intercept-e2e.yml | 3 ++- .github/workflows/results-regression.yml | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cluster-regression.yml b/.github/workflows/cluster-regression.yml index be231e7..5e96692 100644 --- a/.github/workflows/cluster-regression.yml +++ b/.github/workflows/cluster-regression.yml @@ -27,7 +27,9 @@ on: type: boolean default: true schedule: - # GitHub only fires this on the default branch after merge. + # Daily Kind + Phase 2 + Newman on the default branch (cron does not run on PRs). + # Changing this workflow file on a PR runs the same Kind job; isolation-eval is + # skipped on pull_request and remains part of nightly / dispatch / tags. - cron: "17 6 * * *" push: tags: diff --git a/.github/workflows/intercept-e2e.yml b/.github/workflows/intercept-e2e.yml index 24db38c..ea8a2ac 100644 --- a/.github/workflows/intercept-e2e.yml +++ b/.github/workflows/intercept-e2e.yml @@ -32,7 +32,8 @@ on: - "scripts/run-product-intercept-e2e.sh" workflow_dispatch: schedule: - # Weekly product-path evidence on the default branch. + # Weekly product-path evidence on the default branch (Monday). + # Changing this workflow file on a PR runs the same telepresence + mirrord jobs as the cron. - cron: "43 7 * * 1" permissions: diff --git a/.github/workflows/results-regression.yml b/.github/workflows/results-regression.yml index 16b1dd7..f0db7f4 100644 --- a/.github/workflows/results-regression.yml +++ b/.github/workflows/results-regression.yml @@ -19,6 +19,7 @@ on: workflow_dispatch: schedule: # Weekly strict Results/Postgres evidence on the default branch. + # Changing this workflow file on a PR runs the same Kind + Results job as the cron. - cron: "19 9 * * 3" permissions: