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:
Stian Thorgersen 2022-11-02 12:36:43 +01:00 committed by GitHub
parent d88d6eb503
commit db636e21ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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