Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/prestocpp-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
find . -name data | xargs rm -r
find . -name tests | xargs rm -r
find . -name test | xargs rm -rf
find . -name "*.md" -not -path "./.github/*" | xargs rm -f
find . -name "docs" | xargs rm -rf
find . -name "examples" | xargs rm -rf
find . -name ".git" -not -path "./.git*" | xargs rm -rf
Comment thread
sourcery-ai[bot] marked this conversation as resolved.

- name: Disk space consumption before build
if: needs.changes.outputs.codechange == 'true'
Expand Down
Loading