Skip to content

Commit 7e4e5fa

Browse files
committed
DROPME: PR
1 parent 34a15a3 commit 7e4e5fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: Helm Chart Building tests
66
on:
7-
pull_request_target:
7+
pull_request:
88
push:
99
branches:
1010
- main

charts/matrix-stack/templates/matrix-authentication-service/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ metadata:
1313
namespace: {{ $.Release.Namespace }}
1414
labels:
1515
{{- include "element-io.matrix-authentication-service.labels" (dict "root" $ "context" .) | nindent 4 }}
16+
test.element.io: dropme
1617
data:
1718
{{- include "element-io.matrix-authentication-service.configmap-data" (dict "root" $ "context" .) | nindent 2 -}}
1819
{{ end -}}

0 commit comments

Comments
 (0)