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
|
name: deploy-rs
|
||||||
run-name: ${{ github.actor }} - deploy-rs
|
run-name: ${{ github.actor }} - deploy-rs
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches:
|
- cron: '0 2 * * 1'
|
||||||
- main
|
# “At 02:00 on Monday."
|
||||||
# on:
|
|
||||||
# schedule:
|
|
||||||
# - cron: '0 2 * * 1'
|
|
||||||
# # “At 02:00 on Monday."
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-rs:
|
deploy-rs:
|
||||||
|
|
Loading…
Reference in a new issue