Skip to content

Commit 04cb95c

Browse files
committed
[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.
1 parent 9fcce2e commit 04cb95c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags-ignore: [ "**" ]
77
pull_request:
88
workflow_dispatch:
9+
merge_group:
910

1011
concurrency:
1112
group: build-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)