diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index c3e9646..0c341be 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -1,6 +1,6 @@ on: schedule: - - cron: '1 1 * * *' # every day at 1:01am + - cron: '0 3 * * 0,1,6' # at 1:01am on Friday, Saturday and Sunday # on: [push]