From c1f333737d4566339bd79f8daa9fc22328f55d99 Mon Sep 17 00:00:00 2001 From: mschwoerer <82171591+mschwoer@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:15:44 +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 a5abe7e9..a9c9037f 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 10 * * *" # daily at midnight workflow_dispatch: inputs: test_case: