mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-19 16:30:44 +01:00
Upload artifacts index even on partial builds (#2901)
Make sure that the artifacts index always gets updated. This allows to use builds even when not all of them are available.
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -245,7 +245,7 @@ jobs:
|
||||
|
||||
update_index:
|
||||
name: Update artifacts index
|
||||
if: ${{ github.event_name != 'release' }}
|
||||
if: ${{ github.event_name != 'release' && (always() && steps.prepare.outcome == 'success') }}
|
||||
needs: [ build, prepare ]
|
||||
uses: home-assistant/operating-system/.github/workflows/artifacts-index.yaml@dev
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user