alamb opened a new pull request, #2213:
URL: https://github.com/apache/arrow-rs/pull/2213

   # Which issue does this PR close?
   
   Closes https://github.com/apache/arrow-rs/issues/2149
   
   
   
   # Rationale for this change
   
   Reduce CI time: Only run tests on PRs for files that are changed, which both 
will improve PR times for small changes, it will  also  reduce our consumption 
of github action builder minutes so the length of time waiting for a queued 
builder should be smaller too
   
   This is the final part of the CI workflow I have planned
   
   # What changes are included in this PR?
   
   The basic idea is to run all tests on pushes to master (to keep master 
green) but only run the individual workflows on PRs that change files that 
could affect them.
   
   
   # Are there any user-facing changes?
   No


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

Reply via email to