hotfix: broken pipeline (#109)
Some checks are pending
Deploy (on merge) / Discover hosts (push) Waiting to run
Deploy (on merge) / deploy (push) Blocked by required conditions

* fix: cleanup deploy.yml and share workflow

* lint issue

* hotfix: broken pipeline
This commit is contained in:
Rasmus Wejlgaard 2026-05-15 20:19:56 +01:00 committed by GitHub
parent 9f84652102
commit 7ad2766f94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -28,6 +28,8 @@ jobs:
matrix:
host: ${{ fromJson(needs.discover.outputs.hosts) }}
fail-fast: false
permissions:
id-token: write
uses: ./.github/workflows/_deploy-core.yml
with:
host: ${{ matrix.host }}

View file

@ -44,6 +44,8 @@ jobs:
matrix:
host: ${{ fromJson(needs.prepare.outputs.hosts) }}
fail-fast: false
permissions:
id-token: write
uses: ./.github/workflows/_deploy-core.yml
with:
host: ${{ matrix.host }}