comphead commented on code in PR #3474: URL: https://github.com/apache/datafusion-comet/pull/3474#discussion_r2789460284
########## .github/workflows/iceberg_spark_test.yml: ########## @@ -22,14 +22,14 @@ concurrency: cancel-in-progress: true on: - push: - paths-ignore: - - "doc/**" - - "docs/**" - - "**.md" - - "native/core/benches/**" - - "native/spark-expr/benches/**" - - "spark/src/test/scala/org/apache/spark/sql/benchmark/**" + # push: Review Comment: my understanding it should run for PR from feature to main as push changes to feature branches also triggers sync event and eventually `pull_request`. UPD: check the DF and CI checks triggered by `pull_request` not by `push` -- 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]
