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
|
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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue