diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index 47a5406e..4ed56335 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -2,8 +2,8 @@ name: deploy-rs run-name: ${{ github.actor }} - deploy-rs on: schedule: - - cron: '0 2 * * *' - # “At 02:00 daily." + - cron: '0 2 * * 0' + # “At 02:00 Sunday." jobs: deploy-rs: diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 22b43e34..1d7f5c7b 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -2,8 +2,8 @@ name: update-flake-lock run-name: ${{ github.actor }} - update-flake-lock on: schedule: - - cron: '0 0 * * *' - # “At 00:00 daily." + - cron: '0 0 * * 0' + # “At 00:00 Sunday." jobs: update-flake-lock: