We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8b1d2 commit f020d86Copy full SHA for f020d86
1 file changed
.github/workflows/lcm-pipeline.yaml
@@ -206,10 +206,7 @@ jobs:
206
if: |
207
!cancelled() &&
208
!contains(needs.*.result, 'failure') &&
209
- (
210
- needs.services-build.result != 'skipped' ||
211
- needs.helm-charts-build.result != 'skipped'
212
- ) &&
+ needs.helm-charts-build.result != 'skipped'&&
213
inputs.deploy
214
uses: ./.github/workflows/build-helmreleases.yaml
215
with:
0 commit comments