docs: add the limitation to disabling updates (#1988)
* docs: add the limitation to disabling updates * docs: better wording
This commit is contained in:
parent
61d1235d2a
commit
d328c61fc3
|
|
@ -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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue