Pattern matching for restricting workflows to run in a runner group #3531
Unanswered
adrielldagasuan
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups#changing-which-workflows-can-access-an-organization-runner-group
One use case is that we're using reusable workflows to run in a specific runner group (with extra permissions) and nothing else can run in that. However, whenever we release a new version of that workflow, we have to add that specific ref to the whitelist and ultimately that list will just grow.
We do already have the capability of whitelisting actions with wildcards as reference. https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization so why not apply the same rules to the allowed workflows.
Beta Was this translation helpful? Give feedback.
All reactions