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): add gate job for stable test / Test status check
Add a gate job that runs after all other jobs complete to provide
a stable 'test / Test' status check name for branch protection.
The previous approach using workflow_run doesn't create status checks
on PR commits - it only runs on the default branch context.
0 commit comments