alamb opened a new pull request, #13988:
URL: https://github.com/apache/datafusion/pull/13988

   ## Which issue does this PR close?
   
   - Follow on to https://github.com/apache/datafusion/pull/13973 from 
@Omega359 
   
   ## Rationale for this change
   
   We are working on making the CI experience better (faster). We moved 
`hash_collsions` to not run on PRs anymore in 
https://github.com/apache/datafusion/pull/13973 and instead want to run them on 
merges to master
   
   However, the triggering mechanism is not quite working the way I expected
   
   Here is the workflow run on the merge after we did this move: 
https://github.com/apache/datafusion/actions/runs/12587068377
   
   Interestingly there is a separate action that ran (but will report results 
on the already merged PR):
   https://github.com/apache/datafusion/actions/runs/12587068386
   
   I think it would be better if the checks run on the commit on `main` so the 
test results end up attached to the commit.
   
   
   ## What changes are included in this PR?
   
   1. Change triggering condition to match arrow-rs
   2. Also, as we hope to add some new tests (like sqllogictests) I renamed the 
workflow to `extended.yaml` 
   
   
   ## Are these changes tested?
   
   I will test them on my fork
   
   ## Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->
   


-- 
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: github-unsubscr...@datafusion.apache.org

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


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

Reply via email to