Closed embeddedt closed 2 years ago
@embeddedt Just noticed it runs for each change in a PR as well, that's kind of annoying. Would you mind if I disable that?
@tth05 I mostly care about it for pushes to the main branch, so it's fine by me, but I'm curious what's annoying about it, as it shouldn't be sending any notifications unless it's failing.
@tth05 I mostly care about it for pushes to the main branch, so it's fine by me, but I'm curious what's annoying about it, as it shouldn't be sending any notifications unless it's failing.
This is what I was thinking of:
You get notifications for successful workflow runs
I didn't realize (or have forgotten) that that is a feature. I guess I have it turned off. :slightly_smiling_face:
It wastes monthly github actions minutes
Public repositories have unlimited minutes as far as I know, since they're considered open-source.
It spams the actions tab with unnecessary workflow runs
Fair enough.
In any case, it doesn't bother me if you opt to disable that part.
This is mostly for selfish reasons, so I don't have to recompile the mod locally every time you push a change. It also has the advantage of checking that PRs do actually compile.