mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-03-15 05:42:13 +08:00
Currently, after refreshing the token, the controller re-creates the runner with the new token. This results in jobs being interrupted. This PR makes sure the pod is not restarted if it is busy. Closes #74