alexcrichton requested fitzgen for a review on PR #9243.
alexcrichton requested wasmtime-default-reviewers for a review on PR #9243.
alexcrichton opened PR #9243 from alexcrichton:remove-determine-where-not-needed
to bytecodealliance:main
:
All of the
cargo check
-style jobs are always run on both PRs and merge so there's no need to gate on thedetermine
step. That's only needed when the output ofdetermine
conditionally decides to run a job or not, but these are always unconditionally run. This will help a tiny bit with CI time where thedetermine
job doesn't need to run, but otherwise cuts down a bit on the amount of configuration.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
fitzgen submitted PR review.
fitzgen merged PR #9243.
Last updated: Nov 22 2024 at 16:03 UTC