diff --git a/data/reusables/actions/service-container-host-runner.md b/data/reusables/actions/service-container-host-runner.md index 281e38070f..f79050c607 100644 --- a/data/reusables/actions/service-container-host-runner.md +++ b/data/reusables/actions/service-container-host-runner.md @@ -1 +1 @@ -The example uses the `ubuntu-latest` {% data variables.product.prodname_dotcom %}-hosted runner as the Docker host. +The example uses the `ubuntu-latest` {% ifversion not ghes %} {% data variables.product.prodname_dotcom %}-hosted {%- endif %} runner as the Docker host. diff --git a/data/reusables/actions/service-container-host.md b/data/reusables/actions/service-container-host.md index bc0a8fd78d..a84d989bd0 100644 --- a/data/reusables/actions/service-container-host.md +++ b/data/reusables/actions/service-container-host.md @@ -1 +1 @@ -This workflow configures a job that runs in the `node:10.18-jessie` container and uses the `ubuntu-latest` {% data variables.product.prodname_dotcom %}-hosted runner as the Docker host for the container. For more information about the `node:10.18-jessie` container, see the [node image](https://hub.docker.com/_/node) on Docker Hub. +This workflow configures a job that runs in the `node:10.18-jessie` container and uses the `ubuntu-latest` {% ifversion not ghes %} {% data variables.product.prodname_dotcom %}-hosted {%- endif %} runner as the Docker host for the container. For more information about the `node:10.18-jessie` container, see the [node image](https://hub.docker.com/_/node) on Docker Hub.