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
fix(ci): the release gate is exercised when the release gate changes (WOR-871)
This PR changed the release gate and CI ran 36 green checks, none of which
were a scan. `publish-docker.yml` triggers only on `v*` tags, and nothing
else watched it — so the whole change would first execute at a real release.
That is the identical gap this workstream already fixed for
docker-security.yml, reintroduced one file over. Adds the release workflow to
the scan job's paths filter, with an assertion so it cannot regress.
Found by an independent close-out review.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments