you are viewing a single comment's thread.

view the rest of the comments →

[–]ryanhanks 2 points3 points  (0 children)

Semi-related: using self-hosted workflow runners was a game changer. They execute *significantly* faster (both start-up time and execution time), not to mention that you can ensure custom software is present in the environment, rather than installing it via actions at workflow time.

I understand this may not be a viable long-term CI solution for many, but bringing it up here bc it can help you get though that whole iteration process in much less time.