grundprinzip commented on code in PR #39294:
URL: https://github.com/apache/spark/pull/39294#discussion_r1144009897


##########
.github/workflows/build_and_test.yml:
##########
@@ -493,6 +494,80 @@ jobs:
         name: test-results-sparkr--8-${{ inputs.hadoop }}-hive2.3
         path: "**/target/test-reports/*.xml"
 
+  proto-breaking-changes-check-master:
+    needs: [precondition]
+    if: always() && 
fromJson(needs.precondition.outputs.required).proto-breaking-changes-check == 
'true'
+    name: Spark Connect proto backwards compatibility check (master)
+    continue-on-error: true

Review Comment:
   continue-on-error will let the workflow continue even if the job fails.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to