Closed yeikel closed 1 year ago
jobs: build: runs-on: ubuntu-latest other: runs-on: ubuntu-latest
Input to the recipe:
jobs: build: runs-on: MyNewRunner other: runs-on: ubuntu-latest
Ideally, and to avoid creating another recipe, it should support adding multiple runners:
jobs: build: runs-on: [MyNewRunner1,MyNewRunner2]
Input to the recipe:
Ideally, and to avoid creating another recipe, it should support adding multiple runners: