Skip to content

Commit 44e9740

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 44e9740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)