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
Is it desirable for the GitHub workflows to run on a main branch of forks?
For example, this is a failing run on the main branch of my fork. The run of build-and-deploy-the-docs was triggered by syncing my main branch with this repo's main branch.
…repo (#3597)
## Motivation and Context
The CI job that checks CI credentials fails when run on forks, resulting
in daily job failure alerts in forks.
Example failure:
https://github.com/iamjpotts/aws-smithy-rs/actions/runs/8768654532
See #3519.
## Description
For the `Daily Credentials Verification` workflow, add a condition on
each of its jobs so that they will only run for the
`smithy-lang/smithy-rs` repo and not any forks.
## Testing
No code changes.
## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
- [X] I have updated `CHANGELOG.next.toml` if I made changes to the
smithy-rs codegen or runtime crates
- [X] I have updated `CHANGELOG.next.toml` if I made changes to the AWS
SDK, generated SDK code, or SDK runtime crates
----
CI only; no change log entry required.
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
Is it desirable for the GitHub workflows to run on a
main
branch of forks?For example, this is a failing run on the
main
branch of my fork. The run ofbuild-and-deploy-the-docs
was triggered by syncing my main branch with this repo's main branch.https://github.com/iamjpotts/aws-smithy-rs/actions/runs/8454159377/job/23158537415.
The text was updated successfully, but these errors were encountered: