HyukjinKwon commented on code in PR #43381:
URL: https://github.com/apache/spark/pull/43381#discussion_r1360082517
##########
.github/workflows/build_and_test.yml:
##########
@@ -407,6 +407,8 @@ jobs:
key: pyspark-coursier-${{ hashFiles('**/pom.xml', '**/plugins.sbt') }}
restore-keys: |
pyspark-coursier-
+ - name: Free up disk space
Review Comment:
The current `build_and_test.yml` is for individual branch (when a commit is
arrived, and the job is triggered).
The confusion is from the fact that we share the same `build_and_test.yml`
in the `master` branch for scheduled jobs in other branches (e.g.,
https://github.com/apache/spark/actions/workflows/build_branch34.yml).
Scheduled jobs use the one in the `master` branch.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]