mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
This allows you to trigger autoscaling depending on check_run names(i.e. actions job names). If you are willing to differentiate scale amount only for a specific job, or want to scale only on a specific job, try this.
9 lines
292 B
Markdown
9 lines
292 B
Markdown
This package is an implementation of glob that is intended to simulate the behaviour of
|
|
https://github.com/actions/toolkit/tree/master/packages/glob in many cases.
|
|
|
|
This isn't a complete reimplementation of the referenced nodejs package.
|
|
|
|
Differences:
|
|
|
|
- This package doesn't implement `**`
|