Skip to content

Commit 5d4c421

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,11 @@ jobs:
170170
deploy-to-test-environment:
171171
needs: [check-recording-bot-changes, chart-version-checks, start-cluster, build-docker-image]
172172
if: |
173+
always() &&
173174
needs.start-cluster.result == 'success' &&
174175
(
175176
needs.build-docker-image.result == 'success' ||
176-
needs.check-recording-bot-changes.outputs.deploy == 'True'
177+
(needs.check-recording-bot-changes.outputs.deploy == 'True' && needs.build-docker-image.result == 'skipped')
177178
)
178179
uses: ./.github/workflows/routine-deployenvironment.yml
179180
with:

0 commit comments

Comments
 (0)