Files
netbird/.github/workflows
mlsmaycon 69c040a25e [misc] Let the agent-network e2e run one package
A dispatch can now narrow the run to a single package instead of paying
the sixteen minutes the container suite costs, which is the difference
between iterating on one test in under a minute and not iterating on it.

The pattern reaches the shell through an env var rather than being
interpolated into the run script, since a dispatch input landing
directly in a shell command is a script-injection seam however trusted
the dispatcher is.
2026-08-20 00:44:46 +00:00
..