Comment 2 for bug 2067800

Revision history for this message
Simon Déziel (sdeziel) wrote :

Thanks @schopin for also discovering that GitHub folks have apparently worked around the bug by tweaking needrestart config to not restart the runner-provisioner unit. https://github.com/schopin-pro/needrestart-ghaction/actions/runs/9518941463/job/26241023047#step:3:163:

```
# Override container default selection (hash of regex).
$nrconf{override_cont} = {
    qr(^runner-provisioner) => 0,
};
```