Yikun commented on code in PR #36371:
URL: https://github.com/apache/spark/pull/36371#discussion_r859768728


##########
.github/workflows/test_report.yml:
##########
@@ -26,6 +26,7 @@ on:
 
 jobs:
   test_report:
+    if: github.event.workflow_run.conclusion != 'skipped'

Review Comment:
   OK, thanks for invistigation, does the `skiped` means all jobs skipped?
   
   What if part of jobs passed/failed and left part of jobs skipped?



-- 
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]

Reply via email to