ci: Update install-success step

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-02-04 16:05:22 +01:00
parent a2e26d5a0f
commit 4474e30af2
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC

View File

@ -122,11 +122,10 @@ jobs:
- generate-install-matrix
- install-charts
if: |
always() &&
needs.install.result != 'skipped'
always()
name: Install successful
runs-on: ubuntu-latest
steps:
- name: Check install matrix status
if: ${{ needs.changes-generate-install-matrix.outputs.detected == 'true' && needs.install-charts.result != 'success' }}
if: ${{ (needs.generate-install-matrix.outputs.detected == 'true') && (needs.install-charts.result != 'success') }}
run: exit 1