Skip to content

Commit c060263

Browse files
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
1 parent bfbe25e commit c060263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# The PR bot requires a Docker build image, so make it depend on the `acquire-base-image` job.
100100
pr_bot:
101101
name: PR Bot
102-
if: ${{ github.event.pull_request.head.repo.full_name == 'awslabs/smithy-rs' || toJSON(github.event.merge_group) != '{}' }}
102+
if: ${{ github.event.pull_request.head.repo.full_name == 'awslabs/smithy-rs' }}
103103
needs: acquire-base-image
104104
uses: ./.github/workflows/pull-request-bot.yml
105105
with:

0 commit comments

Comments
 (0)