From 7d7b8b12bc177ec006bb4c5ce71282e2df710cfd Mon Sep 17 00:00:00 2001 From: mschwoerer <82171591+mschwoer@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:38:51 +0100 Subject: [PATCH] fix running e2e tests nightly --- .github/workflows/e2e_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_testing.yml b/.github/workflows/e2e_testing.yml index a9c9037f..4108c2a9 100644 --- a/.github/workflows/e2e_testing.yml +++ b/.github/workflows/e2e_testing.yml @@ -6,7 +6,7 @@ on: # push: # branches: [ main ] schedule: - - cron: "0 10 * * *" # daily at midnight + - cron: "0 0 * * *" # daily at midnight workflow_dispatch: inputs: test_case: