Tired of manually doing it. GitHub supports a cron schedule, iirc: ```yml on: workflow_dispatch: push: branches: [master] schedule: - cron: '0 0 * * *' # midnight every day ```