Stream: git-wasmtime

Topic: wasmtime / PR #9243 Remove some job dependencies in CI


view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 16:46):

alexcrichton requested fitzgen for a review on PR #9243.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 16:46):

alexcrichton requested wasmtime-default-reviewers for a review on PR #9243.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 16:46):

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 the determine step. That's only needed when the output of determine conditionally decides to run a job or not, but these are always unconditionally run. This will help a tiny bit with CI time where the determine 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:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 17:40):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 17:56):

fitzgen merged PR #9243.


Last updated: Nov 22 2024 at 16:03 UTC