File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 needs.detect.outputs.skip == 'false' &&
6363 needs.build-image.result == 'success' &&
6464 (needs.e2e.result == 'success' || needs.e2e.result == 'skipped')
65- uses : upcloud-tools/gha-actions/.github/workflows/release-container.yaml@10904798a65e26c2fa67df45717698aec8b9e5ef
65+ uses : upcloud-tools/gha-actions/.github/workflows/release-container.yaml@c0df829cbad57268497db8cfb6174419f925b283
6666 with :
6767 app_version : ${{ needs.detect.outputs.app_version }}
6868 secrets : inherit
Original file line number Diff line number Diff line change 4747 release-helm :
4848 needs : [detect, e2e]
4949 if : ${{ always() && needs.detect.outputs.skip == 'false' && (needs.e2e.result == 'success' || needs.e2e.result == 'skipped') }}
50- uses : upcloud-tools/gha-actions/.github/workflows/release-helm-chart.yaml@10904798a65e26c2fa67df45717698aec8b9e5ef
50+ uses : upcloud-tools/gha-actions/.github/workflows/release-helm-chart.yaml@c0df829cbad57268497db8cfb6174419f925b283
5151 with :
5252 chart_version : ${{ needs.detect.outputs.chart_version }}
5353 secrets : inherit
You can’t perform that action at this time.
0 commit comments