You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes sudo apt-get update hangs and hence any workflow using it will run forever.
(Since we're using it in composite actions as well, we cannot just put a timeout-minutes on the step as that is not supported in actions)
Description
Sometimes
sudo apt-get update
hangs and hence any workflow using it will run forever.(Since we're using it in composite actions as well, we cannot just put a
timeout-minutes
on the step as that is not supported in actions)Platforms affected
Runner images affected
Image version and build link
Image: ubuntu-22.04
Version: 20250105.1.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20250105.1/images/ubuntu/Ubuntu2204-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20250105.1
Is it regression?
It has been happening before, but cannot pinpoint a single version
Expected behavior
sudo apt-get update
should run on the runners.Actual behavior
It gets stuck:
Repro steps
Since it is not happening all the time, not exactly sure how to reproduce. I have successful runs on the same image version:
composite action:
.github/actions/postgres-client/action.yml
Using it in workflow:
The text was updated successfully, but these errors were encountered: