andygrove opened a new pull request, #4056: URL: https://github.com/apache/datafusion-comet/pull/4056
## Which issue does this PR close? Closes #. ## Rationale for this change `spark/src/main/scala/org/apache/comet/GenerateDocs.scala` only builds documentation, and `dev/changelog/*.md` files are release notes. Changes to either cannot affect runtime behavior, so they should not trigger the full Linux, macOS, Miri, Spark SQL, or Iceberg Spark SQL test matrices. Today, edits to `GenerateDocs.scala` kick off every heavy workflow. ## What changes are included in this PR? Adds `spark/src/main/scala/org/apache/comet/GenerateDocs.scala` and `dev/changelog/*.md` to the `paths-ignore` block on both `push` and `pull_request` triggers for: - `.github/workflows/iceberg_spark_test.yml` - `.github/workflows/miri.yml` - `.github/workflows/pr_build_linux.yml` - `.github/workflows/pr_build_macos.yml` - `.github/workflows/spark_sql_test.yml` `dev/changelog/*.md` is already matched by the existing `**.md` entry, but listing it explicitly documents the intent. ## How are these changes tested? CI on this PR exercises the updated filters. The workflows above should be skipped when only `GenerateDocs.scala` or a changelog file changes. -- 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]
