workflow fix
This commit is contained in:
parent
83e185aded
commit
07b3ce44cf
1 changed files with 13 additions and 12 deletions
|
@ -6,6 +6,7 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 * * * *'
|
||||||
jobs:
|
jobs:
|
||||||
|
cron:
|
||||||
Deploy-Production:
|
Deploy-Production:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Reference in a new issue