Skip to content

Commit 8a66c4e

Browse files
authored
Scheduled release everyday when there are changes detected (#1262)
1 parent 3ec3ac3 commit 8a66c4e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/release.actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release CI
22

33
on:
4+
schedule:
5+
- cron: '0 0 * * *'
46
workflow_dispatch:
57
branches:
68
- main

deploy/openshift/code-quarkus.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ kind: Template
44
metadata:
55
name: code-quarkus
66
objects:
7-
- kind: ConfigMap
8-
apiVersion: v1
9-
metadata:
10-
name: code-quarkus-registry
117
- apiVersion: v1
128
kind: DeploymentConfig
139
metadata:
@@ -105,9 +101,6 @@ objects:
105101
name: secrets
106102
key: segment-write-key
107103
optional: true
108-
envFrom:
109-
- configMapRef:
110-
name: code-quarkus-registry
111104
triggers:
112105
- type: ConfigChange
113106
- kind: Service

0 commit comments

Comments
 (0)