Skip to content

Commit c997db0

Browse files
authored
chore: Clean up debugging logs from push workflow
2 parents 0ceaceb + 587c07c commit c997db0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/push.yml

-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
- name: Setup Gradle
4646
uses: gradle/actions/setup-gradle@v4
4747

48-
- name: Log Gradle cache size before Gradle tasks
49-
run: df -h
50-
51-
- name: Log Gradle cache size before build
52-
run: du -sh ~/.gradle/caches || true
53-
5448
- name: Execute buildHealth for build-logic
5549
run: './gradlew -p build-logic buildHealth -s'
5650

0 commit comments

Comments
 (0)