| ▲ | nerdypepper 2 hours ago | |
ultimately, folks need to stop writing massive YAML files to define their builds. CI should schedule jobs, your build system should define them. my workflow files look like this:
at any point, if my CI is down or i need to switch or i need to run builds locally, i can do so trivially. | ||
| ▲ | Norfair an hour ago | parent [-] | |
NixCI does this but with a built-in cache ;) https://nix-ci.com/comparison/github-actions | ||