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 skip] ci: make build action a requirement for merge group (CloudNetService#1203)
### Motivation
To enable merge groups we need an action that reports if a change can be
merged into the target branch.
### Modification
Trigger the build action on the `merge_group` dispatch as well. This
tells GitHub that the action reports the status check.
### Result
Merge groups have a way to figure out if a change can be merged into the
target branch.
0 commit comments