Skip to content
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

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

@VenelinMartinov VenelinMartinov enabled auto-merge (squash) February 28, 2024 12:26
Copy link
Member

@iwahbe iwahbe left a 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
Copy link
Member

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.

Suggested change
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-space@v1.3.1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automerged 😞

Copy link
Contributor Author

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.

Copy link
Member

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!

@VenelinMartinov VenelinMartinov merged commit 4505ddb into master Feb 28, 2024
3 checks passed
@VenelinMartinov VenelinMartinov deleted the vvm/disk_space_for_coverage_job branch February 28, 2024 13:00
VenelinMartinov added a commit that referenced this pull request Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants