You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update manual CI workflows to take commit SHA (#4078)
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here -->
## Description
<!--- Describe your changes in detail -->
## Testing
<!--- Please describe in detail how you tested your changes -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
Canary fails with appropriate error message if provided SHA and
retrieved SHA (from the PR number) don't match:
https://github.com/smithy-lang/smithy-rs/actions/runs/14210739747
Canary works if the provided SHA and the retrieved SHA do match:
https://github.com/smithy-lang/smithy-rs/actions/runs/14210752482
Manual PR bot fails with appropriate error message if provided SHA and
retrieved SHA do not match:
https://github.com/smithy-lang/smithy-rs/actions/runs/14210797894
Manual PR bot works if the provided SHA and retrieved SHA do match:
https://github.com/smithy-lang/smithy-rs/actions/runs/14210813156
----
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
0 commit comments