From c060263f35a0c5c6315ce09dfddf09aa78190c28 Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:32:26 +0000 Subject: [PATCH] Do not run the PR bot on the merge queue (#2357) * Do not run the PR bot on the merge queue * Update ci-pr.yml --- .github/workflows/ci-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 4fbfc58f91..121e1893ee 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -99,7 +99,7 @@ jobs: # The PR bot requires a Docker build image, so make it depend on the `acquire-base-image` job. pr_bot: name: PR Bot - if: ${{ github.event.pull_request.head.repo.full_name == 'awslabs/smithy-rs' || toJSON(github.event.merge_group) != '{}' }} + if: ${{ github.event.pull_request.head.repo.full_name == 'awslabs/smithy-rs' }} needs: acquire-base-image uses: ./.github/workflows/pull-request-bot.yml with: