Skip to content

Commit 8522ca4

Browse files
committed
release
1 parent d497956 commit 8522ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-multi-mp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ env:
1515
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/hass-addon-sunsynk-multi
1616

1717
jobs:
18-
on-failure:
18+
ci-failure:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
2121
steps:
2222
- run: echo 'CI failed'
2323
information:
2424
name: Gather add-on information
2525
runs-on: ubuntu-latest
26-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
26+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'release' }}
2727
outputs:
2828
architectures: ${{ steps.information.outputs.architectures }}
2929
build: ${{ steps.information.outputs.build }}

0 commit comments

Comments
 (0)