GitHub user blackmwk added a comment to the discussion: Streamlining CI: reducing job count and GHA cache pressure
Hi, @abnobdoss thanks for the discussion. The consolidation seems reasonable to me, and I love the lint steps split from clippy. One more thing, maybe we could let the heavy steps like build and test to depend on light steps like lint and typo, if previous steps failed, we could just stop the whole workflow. GitHub link: https://github.com/apache/iceberg-rust/discussions/2753#discussioncomment-17494383 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
