Skip to content

Commit bc706ae

Browse files
committed
fix: use sensible default for runs-on
This new value is inline with the tags applied to the runners deployed during kayobe-automation deployment.
1 parent 453e69d commit bc706ae

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
@@ -40,7 +40,7 @@ The following variables can be used to make small adjustments to the composition
4040

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

43-
`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).
43+
`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).
4444

4545
`github_image_name`: name of the kayobe image defaults to `kayobe`.
4646

roles/github/defaults/main.yml

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

66
github_kayobe_environments: []
77

8-
github_runs_on: [self-hosted]
8+
github_runs_on: [kayobe, openstack]
99

1010
github_registry: {}
1111

0 commit comments

Comments
 (0)