Code of Conduct
What article on docs.github.com is affected?
Using the Python starter workflow
What changes are you suggesting?
Issue
Airbus reported that when selecting Enterprise Server on top of the page, the snippets of code illustrating workflow examples are still showing the runs-on: ubuntu-latest expression.
Impact
This is confusing for users as GitHub hosted runners are not available with Enterprise Server, only on Cloud offerings.
Airbus specially told me that users will be autonomous in the use of Actions and will be guided to our documentation for help.
Expected outcome
It could be replaced by runs-on: self-hosted
We can find many similar occurrences across the documentation.
Thank you for your help.
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
Using the Python starter workflow
What changes are you suggesting?
Issue
Airbus reported that when selecting
Enterprise Serveron top of the page, the snippets of code illustrating workflow examples are still showing theruns-on: ubuntu-latestexpression.Impact
This is confusing for users as GitHub hosted runners are not available with Enterprise Server, only on Cloud offerings.
Airbus specially told me that users will be autonomous in the use of Actions and will be guided to our documentation for help.
Expected outcome
It could be replaced by
runs-on: self-hostedWe can find many similar occurrences across the documentation.
Thank you for your help.
Additional information
No response