Skip to content

Commit 701f00d

Browse files
authored
[ci skip] ci: make build action a requirement for merge group (#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 b1ce28e commit 701f00d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
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)