Skip to content

Commit aa79b7b

Browse files
committed
chore(ci): drop push-to-main trigger from shadow-docker-build
Per pimlock's review on #973: shadow workflows shouldn't auto-run on main pushes while we're still collecting Phase 3 data, so failures don't clutter the CI run history. Switch to `workflow_dispatch` only — we keep manual dispatch for measurement runs and lose the auto-baseline-on-merge (already had 7 green data points; the pattern was redundant). Refs OS-127. Signed-off-by: Jonas Toelke <jtoelke@nvidia.com>
1 parent cd5c16d commit aa79b7b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/shadow-docker-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ name: Shadow — Docker Build (local driver + GHA cache)
1212
# manually 4–5 times after merge to collect cold + warm numbers.
1313

1414
on:
15-
push:
16-
branches: [main]
15+
# workflow_dispatch only — keeps this shadow off main's required-check
16+
# surface and avoids cluttering CI history with non-blocking failures
17+
# while we're still collecting Phase 3 data. Dispatch from the Actions
18+
# UI to collect cold/warm-cache numbers.
1719
workflow_dispatch:
1820

1921
permissions:

0 commit comments

Comments
 (0)