Skip to content

Fix CI disk cleanup logic and remove redundancy#19546

Open
lmorett1 wants to merge 1 commit intoerigontech:mainfrom
lmorett1:cleanup
Open

Fix CI disk cleanup logic and remove redundancy#19546
lmorett1 wants to merge 1 commit intoerigontech:mainfrom
lmorett1:cleanup

Conversation

@lmorett1
Copy link

@lmorett1 lmorett1 commented Mar 1, 2026

This PR addresses two issues with the disk space cleanup logic in GitHub Actions workflows:

  1. Fix test-all-erigon.yml: Reverts the removal of if: runner.os == 'Linux' from the "Cleanup space on Linux runner" step (introduced in all-tests: clean macos image #19490). The targeted directories (/opt/az,/usr/share/dotnet, etc.) are specific to GitHub's Ubuntu runner images and do not exist on macOS runners, making execution on macOS a misleading no-op.
  2. Clean up ci.yml: Removes an exact duplicate of the space cleanup step that was mistakenly running both before and after checkout.

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.

1 participant