You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our cargo bloat action does not work on "merge_group" actions I believe, it also hasn't been updated since 2021 - let's look at some other options, or run one ourselves.
The text was updated successfully, but these errors were encountered:
Addresses #648 - Bloat doesn't work when there is no ref to compare. There is probably a better way to fix this, but for now let's see how this works.
This will likely fail if there is a manually triggered re-run, because again, there is no ref to compare to.
Signed-off-by: Sean Kilgarriff <seanpkilgarriff@gmail.com>
I believe that I was wrong in my previous diagnosis - bloat is failing not on "merge_group" runs, but rather on scheduled runs. I have implemeneted a quick fix for that, but I do believe there are other scenarios where this could fail.
Permanent solutions:
Move Bloat to it's own workflow file
Figure out an "if" statement that controls for whether we are comparing any branches. I believe there is one GITHUB_BASE_REF which will be empty if there is no base ref, so that is something e could try to implement with
Our cargo bloat action does not work on "merge_group" actions I believe, it also hasn't been updated since 2021 - let's look at some other options, or run one ourselves.
The text was updated successfully, but these errors were encountered: