ulysses-you commented on code in PR #4828:
URL: https://github.com/apache/incubator-gluten/pull/4828#discussion_r1522917510
##########
.github/workflows/velox_be.yml:
##########
@@ -670,3 +673,12 @@ jobs:
if: ${{ always() }}
run: |
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/clean.sh
+
+ clean-up-tmp:
Review Comment:
I think we should merge upload and cleanup into one job and it seems
unnecessary to pull out upload to a new job. There exists many similar jobs in
gluten CI, if we want to make it clear, we should consider other jobs.
--
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]