We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cee53c commit 7b6db2dCopy full SHA for 7b6db2d
1 file changed
.github/workflows/ci-pr.yml
@@ -93,6 +93,8 @@ jobs:
93
- acquire-base-image
94
if: ${{ github.event.pull_request.head.repo.full_name == 'smithy-lang/smithy-rs' }}
95
uses: ./.github/workflows/ci.yml
96
+ with:
97
+ run_canary: true
98
secrets:
99
ENCRYPTED_DOCKER_PASSWORD: ${{ needs.save-docker-login-token.outputs.docker-login-password }}
100
DOCKER_LOGIN_TOKEN_PASSPHRASE: ${{ secrets.DOCKER_LOGIN_TOKEN_PASSPHRASE }}
0 commit comments