Fix workflows scheduler
This commit is contained in:
parent
1bed4fc629
commit
2a4a56ba92
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release_testing.yml
vendored
2
.github/workflows/release_testing.yml
vendored
|
@ -2,7 +2,7 @@ name: Build and push testing image
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * *'
|
||||
- cron: '15 4 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
2
.github/workflows/release_unstable.yml
vendored
2
.github/workflows/release_unstable.yml
vendored
|
@ -2,7 +2,7 @@ name: Build and push dev image
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * *'
|
||||
- cron: '15 4 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue