-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
Description
For reference: SchemaStore/schemastore#3192
To run a workflow on a self-hosted runner created as part of Runner Scale Sets, the value for runs-on must be one of:
- a single string
- a list with a single string entry
- an expression (e.g.,
${{matrix.runer}})
The old way of running on self-hosted runners was to have a list with self-hosted as the first element. That's no longer supported with Runner Scale Sets.
I got a PR merged on https://github.com/SchemaStore/schemastore to address this, and I believe all this needs is a new release with a schema update for https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/github-workflow.json.