🌐
GitHub
github.com › features › actions
GitHub Actions · GitHub
It promises to streamline our workflows for a variety of tasks, from deploying our websites to querying the GitHub API for custom status reports to standard CI builds. ... We take pride in our Open Source legacy, and are happy to provide free ...
🌐
GitHub
docs.github.com › billing › managing-billing-for-github-actions › about-billing-for-github-actions
GitHub Actions billing - GitHub Docs
Minutes: Your free minutes reset to the full amount at the start of each billing cycle. Minutes usage is charged to the repository owner, not the person who triggered the workflow runs.
Discussions

GitHub Actions now supports CI/CD, free for public repositories
I remember when GitLab first started getting attention as a competitor to GitHub. In the beginning, people tended to see GitLab as a GitHub clone, but one killer feature that GitLab had over GitHub, at least for me, was GitLab CI. Eventually, GitLab gained traction as a viable alternative to GitHub. It looks like GitHub is responding to GitLab by adapting some of its features now. First, it was free private repos, and now GitHub also supports CI. GitHub must then see GitLab as somewhat of a threat, or at least a fledgling competitor that it needs to nip in the bud. But GitHub has the advantage of being the more popular service, and it's using this aspect to its advantage (see GitHub Actions' integration with the GitHub package registry). In the process, GitHub is gradually consolidating influence as the central service for software development... I voiced similar concerns about monopolization when GitHub released its package registry. Looks like this is the next step. More on reddit.com
🌐 r/programming
207
1359
August 8, 2019
Github Actions introducing a per-minute fee for self-hosted runners
I do understand that they have a cost associated with running the actions platform, but when you already pay them $21/user/month, it feels like a slap in the face. And having the gall to charge for a service that is as unmaintained and neglected as it is, does not make this any better. The enshittification will continue until morale improves :) More on reddit.com
🌐 r/devops
221
811
December 18, 2025
Is there a way to get details for GitHub Workflow run like total time etc using rest api
https://docs.github.com/en/rest/reference/actions#get-workflow-run-usage More on reddit.com
🌐 r/github
2
2
August 21, 2021
Github Actions - is it possible to break out a massive ci workflow into separate files?
The way to break up a workflow is to create actions that combine chunks of the work into steps. But it's hard to say how you might want to proceed with this little detail. What is the problem that you are trying to solve exactly? More on reddit.com
🌐 r/github
13
2
June 27, 2021
🌐
GitHub
github.com › pricing
Pricing · Plans for every developer
Get started for free with up to 2,000 completions and 50 chat requests per month. ... Bring industry-leading AI into your workflow, securely, scalably, and with full developer control.
🌐
GitHub
docs.github.com › en › actions › concepts › billing-and-usage
Billing and usage - GitHub Actions
Usage charges apply to repositories that go beyond the amount of free minutes and storage for a repository. ... GitHub Actions usage is free for standard GitHub-hosted runners in public repositories, and for self-hosted runners.
🌐
GitHub
docs.github.com › get-started › learning-about-github › githubs-products
GitHub's plans - GitHub Docs
With GitHub Free for personal accounts, you can work with unlimited collaborators on unlimited public repositories with a full feature set, and on unlimited private repositories with a limited feature set.
🌐
GitHub
docs.github.com › en › actions › writing-workflows
Writing workflows - GitHub Docs
Version: Free, Pro, & Team · Search or ask Copilot · Search or askCopilot · Select language: current language is English · Search or ask Copilot · Search or askCopilot · Open menu · Open Sidebar · GitHub Actions workflows can automate tasks throughout the software development lifecycle.
🌐
GitHub
docs.github.com › en › get-started › getting-started-with-git › git-workflows
Git workflows - GitHub Docs
Version: Free, Pro, & Team · Search or ask Copilot · Search or askCopilot · Select language: current language is English · Search or ask Copilot · Search or askCopilot · Open menu · Open Sidebar · GitHub flow is a lightweight, branch-based workflow that supports teams and projects that deploy regularly.
🌐
GitHub
docs.github.com › actions › using-workflows › workflow-syntax-for-github-actions
Workflow syntax for GitHub Actions - GitHub Docs
Single-CPU runners are hosted in a container on a shared VM—see GitHub-hosted runners reference. Use of the standard GitHub-hosted runners is free and unlimited on public repositories.
Find elsewhere
🌐
Reddit
reddit.com › r/programming › github actions now supports ci/cd, free for public repositories
r/programming on Reddit: GitHub Actions now supports CI/CD, free for public repositories
August 8, 2019 - It's free for private repos too, with 2,000 minutes/month for using their hosted runners. See the pricing at the bottom of the page here: https://github.com/features/actions ... Criplleware. ... Sounds like this is GitHub's answer to GitLab CI.
🌐
GitHub
docs.github.com › en › actions › writing-workflows › about-workflows
Workflows - GitHub Docs
Version: Free, Pro, & Team · Search or ask Copilot · Search or askCopilot · Select language: current language is English · Search or ask Copilot · Search or askCopilot · Open menu · Open Sidebar · Get a high-level overview of GitHub Actions workflows, including triggers, syntax, and advanced features.
🌐
GitHub
github.blog › home › news & insights › product › github actions now supports ci/cd, free for public repositories
GitHub Actions now supports CI/CD, free for public repositories
August 31, 2021 - Now when you enable Actions for ... to be productive and use best practices, so Actions is free for the 40 million developers on GitHub to use with public repositories....
🌐
GitHub
github.com › pricing › calculator
Pricing Calculator · GitHub
Each job in a workflow runs on its own dedicated machine. ... Your packages, at home with their code. Not available for private repos in legacy per-repository plans, and free for public repositories.
🌐
Medium
medium.com › @nagarjunmallesh › introduction-to-github-workflows-a-comprehensive-overview-2f5b89522578
Introduction to GitHub Workflows: A Comprehensive Overview | by nagarjun mallesh | Medium
December 11, 2023 - GitHub workflows are automated ... your GitHub repository to handle tasks like building, testing, and deploying your software. Workflows consist of one or more jobs, which are series of steps that run in sequence or parallel. Each step in a job can execute a command or an action, which is a reusable ...
🌐
Medium
medium.com › @jaydeepvpatil225 › getting-started-with-github-actions-and-workflows-a-beginners-guide-0425f5f2489d
Getting Started with GitHub Actions and Workflows: A Beginner’s Guide | by Jaydeep Patil | Medium
March 14, 2025 - By default, GitHub provides free hosted runners, but here we’ll set up a self-hosted runner on your local machine. ... Go to GitHub Repository → Settings → Actions → Runners.
🌐
Medium
vishnudeva.medium.com › cost-effective-github-actions-9409fa7b2147
Cost-Effective Github Actions. This is a short article that covers: | by Vishnu Deva | Medium
August 4, 2022 - But setting aside the issue of ... has excellent, free support for self-hosted runners. So we pay Github $0 for any workflows that are executed on our own compute....
🌐
Blacksmith
blacksmith.sh › blog › actions-pricing
The GitHub Actions control plane is no longer free | Blacksmith
The new per-minute platform fee changes that. It directly monetizes the Actions control plane and establishes a floor on what GitHub earns from CI, regardless of where jobs run. In effect, self-hosting is no longer free...
🌐
GitHub
docs.github.com › articles › getting-started-with-github-actions
Understanding GitHub Actions - GitHub Docs
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository, or deploy merged pull requests to production.
🌐
GitHub
github.com › Machine-Academy › git-workflow
GitHub - Machine-Academy/git-workflow: Learning Github / Git workflow
GitHub is free to use and is one of many places where code can be stored online for free. We use GitHub to store code as a backup, over time you will have many projects and code bases that will end up taking lots of space on your machine, its ...
Author   Machine-Academy
🌐
Harness
harness.io › blog › harness platform › complete github actions intro and guide
What is GItHub Actions?
2 weeks ago - To automate development workflows with GitHub Actions, users create definitions using a workflow file, or YAML file, and store these files in the GitHub repository under the .github/workflows directory. A workflow run is triggered three ways: via an external event, a scheduled event, or a GitHub repository event (such as push or pull requests to a GitHub repo or issue creation).