Skip to content

Commit d2a64f3

Browse files
committed
Merge pull request #16 from stackhpc/set-sensible-runs-on
fix: use sensible default for `runs-on`
2 parents 45e5aed + bc706ae commit d2a64f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: stackhpc
88
name: kayobe_workflows
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 1.0.2
11+
version: 1.0.3
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md

roles/github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following variables can be used to make small adjustments to the composition
4444

4545
`github_kayobe_environments`: list of environments the workflows should target. Only has effect when `github_environment_selector` is `input` or `single`.
4646

47-
`github_runs_on`: control which runner can accept this workflow. See GitHub for more information on [runs-on](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on).
47+
`github_runs_on`: control which runner can accept this workflow. Default is `[kayobe, openstack]` See GitHub for more information on [runs-on](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on).
4848

4949
`github_image_name`: name of the kayobe image defaults to `kayobe`.
5050

roles/github/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github_environment_selector:
99

1010
github_kayobe_environments: []
1111

12-
github_runs_on: [self-hosted]
12+
github_runs_on: [kayobe, openstack]
1313

1414
github_registry: {}
1515

0 commit comments

Comments
 (0)