pangeo-bot / dispatcher

Centralized dispatching for GitHub Actions
BSD 2-Clause "Simplified" License
0 stars 2 forks source link

workflows disabled if repository has no activity in 60 days #2

Open scottyhq opened 3 years ago

scottyhq commented 3 years ago
image

Could prevent with something like this https://github.com/gautamkrishnar/keepalive-workflow ...

jrbourbeau commented 3 years ago

This came up before in https://github.com/pangeo-bot/dispatcher/pull/1. It'd be good to have a longer-term solution, but for now we can manually re-enable the workflows here

Screen Shot 2021-09-29 at 2 08 34 PM
jrbourbeau commented 3 years ago

I just hit the "Enable workflow" button for the PangeoDaskUpdater and PangeoNotebookUpdater workflows

scottyhq commented 3 years ago

Sounds good. Only pangeo-bot herself and outside collaborators have access to that button. I wonder if git commit --allow-empty -m "Trigger Build" would also do retrigger them, seems like the action i linked above just automates that every 50 days

jrbourbeau commented 3 years ago

I wonder if git commit --allow-empty -m "Trigger Build" would also do retrigger them

I think that would do the trick 👍

scottyhq commented 2 years ago

despite the 'keep alive step' we still have to manually re-update it seems:

Screen Shot 2022-10-17 at 4 40 18 PM