How to set schedule by github actions?
Github Actions: Schedule
Here is a trick to record a day the Miliky Way hasn't collided with the Andromeda Galaxy.
1 | name: Has the Milky Way collided with the Andromeda Galaxy? |
Note: GitHub pauses scheduled workflows in any repository with no activity for 60+ days (announced 2024). To keep the daily commit alive, make sure something else pushes to the repo periodically (or re-enable the workflow in Settings → Actions when it gets disabled).
For the complete project, you can follow here.