cppalliance/aws-hosted-runners
Github Action to update workflow labels, directing jobs to self-hosted runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| self_hosted_runners_override | Should self-hosted runners always be used? Enter a text string 'true' or 'false' | no | — |
| self_hosted_runners_url | Webpage which returns the directive if self-hosted runners ought to be used. | no | https://gha.cpp.al/switch |
| owner_list | Space separated list of repository owners that will use self-hosted runners. | no | boostorg |
| debug | Enable debug logging. Enter a text string: 'true' or 'false' | no | false |
Outputs
| name | description |
|---|---|
| labelmatrix | A dictionary of values to update the runs-on variable in a workflow. |