Update to scheduled deployment
This commit is contained in:
parent
2758d09347
commit
0a268e6d27
1 changed files with 3 additions and 7 deletions
|
@ -1,13 +1,9 @@
|
|||
name: deploy-rs
|
||||
run-name: ${{ github.actor }} - deploy-rs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# on:
|
||||
# schedule:
|
||||
# - cron: '0 2 * * 1'
|
||||
# # “At 02:00 on Monday."
|
||||
schedule:
|
||||
- cron: '0 2 * * 1'
|
||||
# “At 02:00 on Monday."
|
||||
|
||||
jobs:
|
||||
deploy-rs:
|
||||
|
|
Loading…
Reference in a new issue