We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c829a7d commit 7adbad9Copy full SHA for 7adbad9
.github/workflows/prestocpp-linux-build.yml
@@ -95,6 +95,10 @@ jobs:
95
find . -name data | xargs rm -r
96
find . -name tests | xargs rm -r
97
find . -name test | xargs rm -rf
98
+ find . -name "*.md" -not -path "./.github/*" | xargs rm -f
99
+ find . -name "docs" | xargs rm -rf
100
+ find . -name "examples" | xargs rm -rf
101
+ find . -name ".git" -not -path "./.git*" | xargs rm -rf
102
103
- name: Disk space consumption before build
104
if: needs.changes.outputs.codechange == 'true'
0 commit comments