From cab45952192d86fa5159ae1e3c7f6e070a5d917b Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Thu, 29 Feb 2024 09:51:53 +0100 Subject: [PATCH] runs every 5 mins for debug :) --- .github/workflows/openshift-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openshift-os.yml b/.github/workflows/openshift-os.yml index 898e45b8cb..c8394001a3 100644 --- a/.github/workflows/openshift-os.yml +++ b/.github/workflows/openshift-os.yml @@ -3,7 +3,7 @@ on: # We could do push: branches: [testing-devel] but that would restart # downstream CI a lot schedule: - - cron: '0 0 * * *' + - cron: '0/5 * * * *' workflow_dispatch: inputs: branch: