diff --git a/.forgejo/workflows/base.yml b/.forgejo/workflows/base.yml index 3e4777e..1d8daff 100644 --- a/.forgejo/workflows/base.yml +++ b/.forgejo/workflows/base.yml @@ -2,7 +2,7 @@ name: "Build Runner Base" on: schedule: - - cron: '* * * * *' + - cron: '0 0 * * *' push: branches: - 'master'