From 5bb3857022c8fdea4f9854ef80dfb5cb28e6d91f 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 259e5759b9..eaae8a4ff7 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: