Skip to content

Commit 7b6db2d

Browse files
committed
Enable canary in PR CI to catch ARM runtime issues
1 parent 8cee53c commit 7b6db2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
- acquire-base-image
9494
if: ${{ github.event.pull_request.head.repo.full_name == 'smithy-lang/smithy-rs' }}
9595
uses: ./.github/workflows/ci.yml
96+
with:
97+
run_canary: true
9698
secrets:
9799
ENCRYPTED_DOCKER_PASSWORD: ${{ needs.save-docker-login-token.outputs.docker-login-password }}
98100
DOCKER_LOGIN_TOKEN_PASSPHRASE: ${{ secrets.DOCKER_LOGIN_TOKEN_PASSPHRASE }}

0 commit comments

Comments
 (0)