This commit is contained in:
parent
c5c544d7bb
commit
e0549e7055
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ name: deploy-rs
|
|||
run-name: ${{ github.actor }} - deploy-rs
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 2 * * 1'
|
||||
# “At 02:00 on Monday."
|
||||
- cron: '0 2,9 * * *'
|
||||
# “At 02:00 daily."
|
||||
|
||||
jobs:
|
||||
deploy-rs:
|
||||
|
|
Loading…
Reference in a new issue