Skip to content

Commit

Permalink
Do not run the PR bot on the merge queue (smithy-lang#2357)
Browse files Browse the repository at this point in the history
* Do not run the PR bot on the merge queue

* Update ci-pr.yml
  • Loading branch information
LukeMathWalker committed Feb 13, 2023
1 parent bfbe25e commit c060263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Expand Up @@ -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:
Expand Down

0 comments on commit c060263

Please sign in to comment.