Project built-in automations minutes usage #172209
Replies: 3 comments
-
|
Hi @StanFromIreland, Built-in project automations don’t appear to use GitHub Actions minutes, they run inside the Projects service itself, not as workflows. To be 100% sure for your account, you can test with a simple automation and check your Actions minutes usage page, or confirm with GitHub Support. |
Beta Was this translation helpful? Give feedback.
-
💸 Project Automations and CI Minutes UsageGitHub Projects built-in automations do not consume GitHub Actions minutes. These automations (like moving a card to a column when a Pull Request is closed) are executed internally by the GitHub Projects service and do not spin up an Actions runner. Therefore, they do not count against the free or paid usage minutes allocated for GitHub Actions. ⚙️ When Minutes ARE ConsumedGitHub Actions minutes are only consumed when you use a dedicated GitHub-hosted runner to execute a workflow file (
💡 ClarificationIf you are evaluating between:
The built-in project rules are designed to be a free and basic way to automate project tracking without touching your CI/CD budget. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Metrics & Insights
Discussion Details
Hello, I am evaluating using the project built-in automations versus a workflow, but I can't seem to find anywhere what impact it would have on our CI minutes, as unfortunately the documentation does not delve into such detail.
If this could be clarified, it would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions