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
This adds a "join" at the end of CI which reports the overall status of
all prior jobs. The intention is that this job is used to gate whether a
PR is merge-able. I'd like to enable merge queues for this repository
and to do so requires listing CI jobs to wait on, and by having this
"join" node there's just a single job to wait on instead of everything
in the repo.
0 commit comments