From 22e72145656e7587626120141879c8865140f87a Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 21 Dec 2022 21:12:19 +0100 Subject: [PATCH] Run Keycloak CI every 3 hours during Christmas holidays (#16149) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30e57c08f9..1802b1ecab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: - dependabot/** pull_request: schedule: - - cron: 0 20,23,2,5 * * * + - cron: 0 0/3 * * * workflow_dispatch: env: