You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(INFRA-3631): dispatch Namespace shadow CI via workflow_dispatch
Replace workflow_call with gh workflow run so shadow jobs stay out of PR
checks (ALLGREEN). Add optional pr_number/head_sha inputs and run-name for
correlation. Skip ship-js-bundle-size-check on Namespace shadow to avoid
duplicate pushes to mobile_bundlesize_stats.
Secrets: wire ACTIONS_WRITE_TOKEN for dispatch; intended token is a
fine-grained PAT on this repo with Actions: Read and write (plus Metadata:
Read).
Co-authored-by: Cursor <cursoragent@cursor.com>
echo "| Shadow run | (not yet visible — check the Actions tab) |"
111
+
fi
112
+
echo
113
+
echo "_Shadow CI runs **fire-and-forget**: it does not appear in this PR's checks and never blocks the merge queue. Benchmark data is collected by \`scripts/namespace-benchmark.sh\`._"
0 commit comments