actions / actions-runner-controller

Kubernetes controller for GitHub Actions self-hosted runners
Apache License 2.0
4.4k stars 1.04k forks source link

Fix problem with ephemeralRunner Succeeded state before build executed #3528

Closed kr-sabre closed 1 month ago

kr-sabre commented 1 month ago

Fixes #3527

Seems that changing order of actions fixes the issues:

kr-sabre commented 1 month ago

But I'm wondering if returning result after each finalizer apply isn't more correct approach... Please advise