The Pain That Is GitHub Actions

Viewed 106
The discussion addresses the various pain points and limitations associated with GitHub Actions (GHA), such as cache limits, expensive runners, and workflow complexities faced by users. Comments highlight personal experiences with these issues and suggest alternative solutions like using Depot and WarpBuild for better performance. There's a shared sentiment among users that while GHA is popular, it suffers from many usability challenges and a lack of improvements over time. Users have noted security vulnerabilities as well, stressing the importance of best practices like pinning action dependencies for safety. Despite mixed experiences, some users have found workarounds that enhance their workflows, pointing to a need for more robust tooling in CI/CD processes.
0 Answers