External links around GH Actions, from basic to advanced usage

If you are new to GitHub Actions, I recommend going over my blog posts on dev.to - Intro to GitHub Actions series

Overview

Documentation

Limitations

  • Intro to GitHub Actions blog post

    Actions are completely free for every open-source repository and include 2000 free build minutes per month for all your private repositories which is comparable with most CI/CD free plans. If that is not enough for your needs you can pick another plan or go the self-hosted route.

  • Usage limits

    On the free tier you can have 20 concurrent jobs. I guess 20 on one repo or 20 repos with one each.