Skip to content
Open
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
6 changes: 4 additions & 2 deletions .github/workflows/shadow-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ name: Shadow — Docker Build (local driver + GHA cache)
# manually 4–5 times after merge to collect cold + warm numbers.

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

permissions:
Expand Down
Loading