fix(cd): remove cross-workflow needs dependency
Some checks failed
cd / Build and deploy (push) Failing after 1s
CI / Lint / Test / Vet (push) Successful in 1m8s
CI / Mirror to GitHub (push) Successful in 3s

needs: [check] only works within the same workflow file; the check job
lives in ci.yml, causing the deploy job to queue indefinitely.
This commit is contained in:
Mathias Bergqvist
2026-04-21 11:48:56 +02:00
parent a0cfc866df
commit 6b53706987

View File

@@ -7,7 +7,6 @@ on:
jobs: jobs:
deploy: deploy:
name: Build and deploy name: Build and deploy
needs: [check]
runs-on: self-hosted runs-on: self-hosted
env: env:
SERVICE: supervisor SERVICE: supervisor