Temporarily add more scheduled runs (#15273)
In order to make the testsuite more stable we should at least temporarily add more scheduled runs so we can get more data
This commit is contained in:
parent
d88d6eb503
commit
db636e21ff
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
# as the ci.yml contains actions that are required for PRs to be merged, it will always need to run on all PRs
|
||||
pull_request: {}
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 20,22,0,2,4 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
2
.github/workflows/operator-ci.yml
vendored
2
.github/workflows/operator-ci.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
- '.github/workflows/**'
|
||||
- '!.github/workflows/operator-ci.yml'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 20,22,0,2,4 * * *'
|
||||
|
||||
env:
|
||||
JDK_VERSION: 11
|
||||
|
|
Loading…
Reference in a new issue