docs: add the limitation to disabling updates (#1988)

* docs: add the limitation to disabling updates

* docs: better wording
This commit is contained in:
Callum Tait
2022-11-05 23:13:31 +00:00
committed by GitHub
parent 61d1235d2a
commit d328c61fc3

View File

@@ -1578,6 +1578,8 @@ spec:
- name: DISABLE_WAIT_FOR_DOCKER
value: "true"
# Disables automatic runner updates
# WARNING : Upon a new version of the actions/runner software being released
# GitHub stop allocating jobs to runners on old versions after 30 days.
- name: DISABLE_RUNNER_UPDATE
value: "true"
```