We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d497956 commit 8522ca4Copy full SHA for 8522ca4
.github/workflows/deploy-multi-mp.yml
@@ -15,15 +15,15 @@ env:
15
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/hass-addon-sunsynk-multi
16
17
jobs:
18
- on-failure:
+ ci-failure:
19
runs-on: ubuntu-latest
20
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
21
steps:
22
- run: echo 'CI failed'
23
information:
24
name: Gather add-on information
25
26
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'release' }}
27
outputs:
28
architectures: ${{ steps.information.outputs.architectures }}
29
build: ${{ steps.information.outputs.build }}
0 commit comments