Update workflows

This commit is contained in:
albert 2024-05-21 17:43:59 +09:00
parent 09ae03167e
commit d637b373cf
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@ name: deploy-rs
run-name: ${{ github.actor }} - deploy-rs run-name: ${{ github.actor }} - deploy-rs
on: on:
schedule: schedule:
- cron: '0 2 * * *' - cron: '0 2 * * 0'
# “At 02:00 daily." # “At 02:00 Sunday."
jobs: jobs:
deploy-rs: deploy-rs:

View file

@ -2,8 +2,8 @@ name: update-flake-lock
run-name: ${{ github.actor }} - update-flake-lock run-name: ${{ github.actor }} - update-flake-lock
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * 0'
# “At 00:00 daily." # “At 00:00 Sunday."
jobs: jobs:
update-flake-lock: update-flake-lock: