mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
ci: Update install-success step
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
parent
a2e26d5a0f
commit
4474e30af2
5
.github/workflows/charts-test.yaml
vendored
5
.github/workflows/charts-test.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user