-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up disk space for coverage job #833
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One request, but otherwise this looks good.
@@ -138,6 +138,11 @@ jobs: | |||
needs: prerequisites | |||
runs-on: ubuntu-latest | |||
steps: | |||
- name: Free Disk Space (Ubuntu) | |||
uses: jlumbroso/free-disk-space@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we pin the version here? I'm not wild about unpinned dependencies here.
uses: jlumbroso/free-disk-space@main | |
uses: jlumbroso/free-disk-space@v1.3.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automerged 😞
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mb, copied this from the repo, will pin it separately everywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's all good. Thanks for quickly following up!
addresses the comment in #833
We saw some failures in AWS: https://github.com/pulumi/pulumi-aws/actions/runs/8076447038/job/22065470841
tested in https://github.com/pulumi/pulumi-aws/actions/runs/8079968659/job/22075523684?pr=3507