diff --git a/.github/workflows/artifacts-index.yaml b/.github/workflows/artifacts-index.yaml index f76f21a87..e67921b18 100644 --- a/.github/workflows/artifacts-index.yaml +++ b/.github/workflows/artifacts-index.yaml @@ -89,6 +89,5 @@ jobs: -H "Content-Type: application/json" \ --data '{"files": [ "https://os-artifacts.home-assistant.io/index.html", - "https://os-artifacts.home-assistant.io/index.json", - "https://os-artifacts.home-assistant.io/indexes/${{ github.event.inputs.version }}.json" + "https://os-artifacts.home-assistant.io/index.json" ] }' diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index afb35e825..efdaff00f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -245,7 +245,7 @@ jobs: update_index: name: Update artifacts index - if: ${{ github.event_name != 'release' && (always() && steps.prepare.outcome == 'success') }} + if: ${{ github.event_name != 'release' }} needs: [ build, prepare ] uses: home-assistant/operating-system/.github/workflows/artifacts-index.yaml@dev with: