From cc3d539217fb21cccaf23c60d774b0f9456ff798 Mon Sep 17 00:00:00 2001 From: claravanstaden Date: Thu, 3 Oct 2024 13:16:13 +0200 Subject: [PATCH] bump --- .github/workflows/smoke-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 57e2d6ae21..d2b81d416d 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: schedule: # Runs at 8:00 AM every day - - cron: '0 8 * * *' + - cron: '0 9 * * *' jobs: smoketests: