Skip to content

Commit 5c6264d

Browse files
committed
ci: run tests on chart changes also
1 parent cb588eb commit 5c6264d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
needs.start-cluster.result == 'success' &&
174174
(
175175
needs.build-docker-image.result == 'success' ||
176-
needs.check-recording-bot-changes.outputs.deploy == 'True'
176+
(needs.check-recording-bot-changes.outputs.deploy == 'True' && needs.build-docker-image.result != 'failure')
177177
)
178178
uses: ./.github/workflows/routine-deployenvironment.yml
179179
with:

0 commit comments

Comments
 (0)