From 8a66c4e3696b57e464fc7b73af7f6e213ae90f25 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Wed, 10 Jan 2024 09:25:55 +0100 Subject: [PATCH] Scheduled release everyday when there are changes detected (#1262) --- .github/workflows/release.actions.yml | 2 ++ deploy/openshift/code-quarkus.yaml | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.actions.yml b/.github/workflows/release.actions.yml index 0dbebfa2c..19e3522d3 100644 --- a/.github/workflows/release.actions.yml +++ b/.github/workflows/release.actions.yml @@ -1,6 +1,8 @@ name: Release CI on: + schedule: + - cron: '0 0 * * *' workflow_dispatch: branches: - main diff --git a/deploy/openshift/code-quarkus.yaml b/deploy/openshift/code-quarkus.yaml index 3cb2e1ca8..68526204a 100644 --- a/deploy/openshift/code-quarkus.yaml +++ b/deploy/openshift/code-quarkus.yaml @@ -4,10 +4,6 @@ kind: Template metadata: name: code-quarkus objects: - - kind: ConfigMap - apiVersion: v1 - metadata: - name: code-quarkus-registry - apiVersion: v1 kind: DeploymentConfig metadata: @@ -105,9 +101,6 @@ objects: name: secrets key: segment-write-key optional: true - envFrom: - - configMapRef: - name: code-quarkus-registry triggers: - type: ConfigChange - kind: Service