Skip to content

Commit a0530e3

Browse files
authored
Fix builder jobs in gitlab pipeline (#20380)
1 parent f1addb9 commit a0530e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ tagger-image-builder:
134134
- if: $CI_COMMIT_TAG
135135
when: never
136136
- if: $CI_COMMIT_BRANCH == 'master'
137-
when: always
138-
- changes:
137+
changes:
139138
- .gitlab/tagger/**/*
140139
- ddev/**/*
141140
- .gitlab-ci.yml
@@ -155,8 +154,7 @@ validate-log-intgs-builder:
155154
- if: $CI_COMMIT_TAG
156155
when: never
157156
- if: $CI_COMMIT_BRANCH == 'master'
158-
when: always
159-
- changes:
157+
changes:
160158
- .gitlab/validate-logs-intgs/**/*
161159
- .gitlab-ci.yml
162160
script:

0 commit comments

Comments
 (0)