Run build_conda_pkg only on changes to requirements files#2446
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2446 +/- ##
=====================================
Coverage 99.7% 99.7%
=====================================
Files 283 283
Lines 25500 25500
=====================================
Hits 25400 25400
Misses 100 100 Continue to review full report at Codecov.
|
2b1b91e to
e8fcb43
Compare
jeremyliweishih
left a comment
There was a problem hiding this comment.
nice! the build conda pkg check is hanging because it won't run but is required right? Will need an intervention to change that 😄
|
@jeremyliweishih Yes! I'm hoping @dsherry can help on Monday! |
There was a problem hiding this comment.
@freddyaboulton ok, seems cool to me!
We may end up wanting to keep this enabled on merges to main just to have continuous proof things are alright. I am fine with removing it for now though.
I removed this job from our branch protections, so you are clear to merge.
|
@dsherry Modified the yaml so that it will run on merges to main! |
Pull Request Description
Fixes #2416
We're "speeding up" the job by running it only when a dependency version is added/updated or when latest/min dependencies are updated.
After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of
docs/source/release_notes.rstto include this pull request by adding :pr:123.