Skip to content

Commit 7ceb13a

Browse files
committed
Remove go-apidiff GHA from merge_group runs
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 7ceb13a

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)