/Ashish Bhatia

Common Pitfalls Of GitHub Actions tl;dr: When you create Actions via GitHub’s UI, it provides templates for setting up the build. Ashish believes the template is broken. There is no: (1) Dependency caching (2) Cancelation of stale executions. (3) Path filtering. (4) Timeouts. He gives solutions for each.

featured in #401