We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbe25e commit c060263Copy full SHA for c060263
.github/workflows/ci-pr.yml
@@ -99,7 +99,7 @@ jobs:
99
# The PR bot requires a Docker build image, so make it depend on the `acquire-base-image` job.
100
pr_bot:
101
name: PR Bot
102
- 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' }}
103
needs: acquire-base-image
104
uses: ./.github/workflows/pull-request-bot.yml
105
with:
0 commit comments