None
SQ
Common pitfalls of GitHub Actions
['Ashish Bhatia']
ashishb.net
No dependency caching - so package dependencies will be resolved and reinstalled every time No cancelation of stale executions - If you pushed a commit and before the tests finish, you decide to push another commit then the stale commits are not canceled. Let’s consider a simple template that GitHub generates for building Python code and improving it.