From 9d07bb16f050303f0912c81233fb42d5ce1b317d Mon Sep 17 00:00:00 2001 From: Joe Lanford Date: Tue, 29 Aug 2023 12:35:06 -0400 Subject: [PATCH] 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 --- .github/workflows/go-apidiff.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go-apidiff.yaml b/.github/workflows/go-apidiff.yaml index 70a3bcc35..934488f75 100644 --- a/.github/workflows/go-apidiff.yaml +++ b/.github/workflows/go-apidiff.yaml @@ -1,7 +1,6 @@ name: go-apidiff on: pull_request: - merge_group: jobs: go-apidiff: runs-on: ubuntu-latest