mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
docs: add the limitation to disabling updates (#1988)
* docs: add the limitation to disabling updates * docs: better wording
This commit is contained in:
@@ -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"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user