This is my setup which sets up uv, the post job cleanup sometimes works fine and sometimes fails after 6 hours. I would like it to either work every time or I would like to be able to set a timeout on the cleanup section of the action since we get billed by the minute in github actions.
smoke_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
