Skip to content

Commit 9d07bb1

Browse files
authored
Remove go-apidiff GHA from merge_group runs (#373)
go-apidiff is meant to be informational and is optional, so it will not block PRs in the merge queue, even when it finds incompatible changes. Therefore it serves no real purpose in the merge queue CI. There also seems to be an issue with running go-apidiff in the context of a merge_queue where it fails due to invalid commit references. For these reasons, removing it from the merge queue CI Signed-off-by: Joe Lanford <[email protected]>
1 parent 2114da6 commit 9d07bb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/go-apidiff.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: go-apidiff
22
on:
33
pull_request:
4-
merge_group:
54
jobs:
65
go-apidiff:
76
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)