Skip to content

Support new GitHub Actions Runner Scale Sets #345

@stephen-tatari

Description

@stephen-tatari

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions