HyukjinKwon commented on code in PR #43512:
URL: https://github.com/apache/spark/pull/43512#discussion_r1370948876
##########
.github/workflows/publish_snapshot.yml:
##########
@@ -30,11 +37,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- branch:
- - master
- - branch-3.5
- - branch-3.4
- - branch-3.3
+ # keep in sync with default value of workflow_dispatch input 'branch'
+ branch: ${{ fromJSON( inputs.branch || '["master", "branch-3.5",
"branch-3.4", "branch-3.3"]' ) }}
Review Comment:
Hm, I don't think this helps. individual job within matrix has a isolated
docker container to run the CI
--
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]