Skip to content

Commit

Permalink
Scheduled release everyday when there are changes detected (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy authored Jan 10, 2024
1 parent 3ec3ac3 commit 8a66c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.actions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release CI

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
branches:
- main
Expand Down
7 changes: 0 additions & 7 deletions deploy/openshift/code-quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -105,9 +101,6 @@ objects:
name: secrets
key: segment-write-key
optional: true
envFrom:
- configMapRef:
name: code-quarkus-registry
triggers:
- type: ConfigChange
- kind: Service
Expand Down

0 comments on commit 8a66c4e

Please sign in to comment.