Skip to content

Commit c96e821

Browse files
authored
catalog-info: avoid spamming builds for no runs (#600)
1 parent 61a9789 commit c96e821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catalog-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
skip_intermediate_builds: true
105105
skip_intermediate_builds_branch_filter: '!main'
106106
env:
107-
ELASTIC_PR_COMMENTS_ENABLED: 'true'
107+
ELASTIC_PR_COMMENTS_ENABLED: 'false'
108108
teams:
109109
ingest-fp:
110110
access_level: MANAGE_BUILD_AND_READ
@@ -152,7 +152,7 @@ spec:
152152
skip_intermediate_builds: true
153153
skip_intermediate_builds_branch_filter: '!main'
154154
env:
155-
ELASTIC_PR_COMMENTS_ENABLED: 'true'
155+
ELASTIC_PR_COMMENTS_ENABLED: 'false'
156156
teams:
157157
ingest-fp:
158158
access_level: MANAGE_BUILD_AND_READ

0 commit comments

Comments
 (0)