Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub: Don't purge aproxy snap when reclaiming disk space (#14505)
When using this action on the Canonical runners (e.g. MicroCloud) we cannot purge the aproxy snap as it is a critical component to ensure connectivity between the runner and GitHub. Removing it will cause the runner to hang up. See [this](https://github.com/canonical/microcloud/actions/runs/11934150325/job/33262745369) job for an example. The error message is something like the following: ``` The self-hosted runner: openstack-amd64-large-ps6-3-c9077065b675 lost communication with the server. Verify the machine is running and has a healthy network connection. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error. ```
- Loading branch information