go-flutter-desktop / go-flutter

Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.
https://hover.build/
BSD 3-Clause "New" or "Revised" License
5.85k stars 283 forks source link

'Ticker' for engine builds #639

Closed jslater89 closed 2 years ago

jslater89 commented 2 years ago

The engine builds CI will auto-disable 60 days after the last activity, so we should set up something to pop an empty commit in every week or so to keep it running.

I can probably set that up on one of my webservers, but I'm open to other ideas if something else is preferable.

provokateurin commented 2 years ago

Would it be possible to add a pipeline that pushes a commit to the repo once a month? So the pipelines keep themselves alive.

jslater89 commented 2 years ago

Seems to work. I'll leave myself a note to check in late February, just in case Github filters out empty commits coming from its runners as valid repository activity.