simonmichael / hledger

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
https://hledger.org
GNU General Public License v3.0
2.91k stars 315 forks source link

Scheduled actions auto-run in forks #2106

Closed ocdtrekkie closed 7 months ago

ocdtrekkie commented 10 months ago

Your website indicates that minimizing climate impact is a significant concern, so I felt this was worth highlighting: Some of your actions, such as https://github.com/simonmichael/hledger/blob/master/.github/workflows/binaries-mac-x64.yml run on a schedule. This will fire on every fork of your project new enough to include the Action. I noticed because I got an error message for a CI run, and disabled Actions on my fork, but for instance, here are automatic runs on another fork an hour ago: https://github.com/klockeph/hledger/actions/runs/6602384069

simonmichael commented 10 months ago

Thank you very much! I wondered why I've seen my binaries actions run in forked repos recently.

I'd like these to run on the schedule - as a fallback to notify me of issues if I don't trigger them for a long time - but only in the master repo.

simonmichael commented 10 months ago

dae7b352 has disabled the weekly scheduled workflows in simonmichael/hledger .

Hopefully @klockeph and any other forkers will pull this soon so they are not running wasted workflows every week.

klockeph commented 10 months ago

Yeah actually I just deleted my fork, thanks for pointing this out :)

simonmichael commented 10 months ago

By search I found these other hledger forks currently running the weekly binaries workflows: @adept @silky @cardoe

And these forks which have the workflows but aren't running them (I wonder why): @chrislloyd @LudLaf @VOID404 @glguy @erictapen @gracig @chvp @cloudcompute

All, especially you first three, consider pulling the latest hledger master to disable these wasteful weekly builds. (And/or disable Actions in repo settings > Actions, as @DamienCassou did in his fork.)

And if you have any other tips on this topic (keeping workflows confined to the main repo), do share.

https://github.com/search?q=%2F%5E+*schedule%3A%2F+path%3A.github%2Fworkflows%2Fbinaries-mac-x64.yml&type=code

https://github.com/adept/hledger/actions https://github.com/silky/hledger/actions https://github.com/cardoe/hledger/actions

simonmichael commented 7 months ago

The most recent workflow run in those repos was 2 months ago (in @adept's), so I think wasteful runs are no longer happening and this can be closed.