mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-02-04 21:08:48 +08:00
* errors.Is compares all members of a struct to return true which never happened * switched to type check instead of exact value check * notRegistered was using double negation in if statement which lead to unregistering runners after the registration timeout