Skip to content

Commit e7c9975

Browse files
committed
Disable disk usage analysis
We can enable it again if something goes wrong but it's useless to run it each time.
1 parent 810434f commit e7c9975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-actions-incremental.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,9 @@ jobs:
463463
- name: Clean Gradle temp directory
464464
if: always()
465465
run: devtools/gradle/gradlew --stop && rm -rf devtools/gradle/gradle-extension-plugin/build/tmp
466-
- name: Analyze disk space
467-
if: always() && !startsWith(matrix.java.os-name, 'windows') && !startsWith(matrix.java.os-name, 'macos')
468-
run: .github/ci-disk-usage.sh
466+
#- name: Analyze disk space
467+
# if: always() && !startsWith(matrix.java.os-name, 'windows') && !startsWith(matrix.java.os-name, 'macos')
468+
# run: .github/ci-disk-usage.sh
469469
- name: Prepare failure archive (if maven failed)
470470
if: failure()
471471
run: find . -name '*-reports' -type d -o -name '*.log' | tar -czf test-reports.tgz -T -

0 commit comments

Comments
 (0)