From 0b8782be9bcc6e18a364b7bdc6d099d34533f2cd Mon Sep 17 00:00:00 2001 From: Sebastian Scherer Date: Sat, 26 Oct 2024 18:59:06 +0000 Subject: [PATCH] temporarily setting platform tests to every hour to turn badge green --- .github/workflows/platform-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/platform-test.yaml b/.github/workflows/platform-test.yaml index ccfba22..c669444 100644 --- a/.github/workflows/platform-test.yaml +++ b/.github/workflows/platform-test.yaml @@ -1,8 +1,8 @@ name: Scheduled platform test on: schedule: - - cron: '0 1 */2 * *' # run this test at 1am every other day - + #- cron: '0 1 */2 * *' # run this test at 1am every other day + - cron: '0 * * * *' # run every hour jobs: k8s-test: uses: ./.github/workflows/test.yaml