From db636e21ffdb8c0e9d7a55385702652e5dc3a6e8 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 2 Nov 2022 12:36:43 +0100 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 +- .github/workflows/operator-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 884f7642a2..e8458c913d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/operator-ci.yml b/.github/workflows/operator-ci.yml index 2d4a06ac74..d5550764df 100644 --- a/.github/workflows/operator-ci.yml +++ b/.github/workflows/operator-ci.yml @@ -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