diff --git a/README.md b/README.md index 0f51ef54351..eb6d6a84c9e 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,9 @@ The limits I can think of are the limits of GitHub and GitHub Actions: - The max frequency of cronjobs on GitHub actions is every 5 minutes. For more frequent scraping, you will have to turn elsewhere. - GitHub has a [soft storage limit of 1GB](https://www.quora.com/What-is-the-max-storage-limit-per-repository-in-GitHub) - You can [work around this with Git LFS](https://twitter.com/mikeal/status/1219739811159801856) if you have to! -- Actions are free for public repos, but incur costs for private repos - - [You get 6 Concurrent jobs, 1000 API requests an hour, and each job can take up to 6(!) hours](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-github-actions#usage-limits) +- Actions are free for public repos. For private repos each GitHub account receives a certain amount of free minutes and storage. + - [You get 2,000 minutes/month and 500MB storage on "Free" plan](https://github.com/pricing#compare-features) + In addition to these limits, GitHub Actions should not be used for: