Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/cluster-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/intercept-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/results-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading