Hacker News new | ask | show | jobs
by blueflow 2181 days ago
Many of my projects have a fixed scope and thus are 'done' at some point. If you develop like this, CI/CD is rarely worth the effort. Its better suited for projects that suffer from scope creep or regular upstream breakages.
2 comments

But before that ‘done’ point or maybe for a new project, Github Action is a good feature introduced by Microsoft.
Yeah it's only needed for projects that might change. Anything you can guarantee will never change, is fine.