HyukjinKwon commented on code in PR #45227:
URL: https://github.com/apache/spark/pull/45227#discussion_r1500179239
##########
.github/workflows/build_coverage.yml:
##########
@@ -17,25 +17,28 @@
# under the License.
#
+# test
+
name: "Build / Coverage (master, Scala 2.13, Hadoop 3, JDK 17)"
on:
- schedule:
- - cron: '0 10 * * *'
+ push:
+ branches:
+ - '**'
jobs:
run-build:
permissions:
packages: write
Review Comment:
Ah, I didn't set up codecov stuff.. okay. I can't test this out in my fork.
--
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]