trigger deploy workflow 30 mins after update
This commit is contained in:
parent
c87062a457
commit
3cb5f3ac40
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: 30 0 * * 0
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue