Update workflows
This commit is contained in:
parent
09ae03167e
commit
d637b373cf
2 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue