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(l2): do not run pr-main_l2 workflow in the merge queue (#5151)
**Motivation**
The merge queue was stuck waiting for `Integration Test L2` and `Lint
L2` jobs to pass. But the pr-main_l2 workflow is not triggered in the
merge queue, so there isn't any job running in the merge queue to meet
these GHA requirements.
**Description**
Trigger pr-main_l2 workflow in the merge queue, but skip every job to
meet the GHA requirements.
0 commit comments