From 6b537069879ed3ff4da038f38da2fb9f81fbb6c9 Mon Sep 17 00:00:00 2001 From: Mathias Bergqvist Date: Tue, 21 Apr 2026 11:48:56 +0200 Subject: [PATCH] fix(cd): remove cross-workflow needs dependency needs: [check] only works within the same workflow file; the check job lives in ci.yml, causing the deploy job to queue indefinitely. --- .gitea/workflows/cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/cd.yml b/.gitea/workflows/cd.yml index 3a55e41..6715ecd 100644 --- a/.gitea/workflows/cd.yml +++ b/.gitea/workflows/cd.yml @@ -7,7 +7,6 @@ on: jobs: deploy: name: Build and deploy - needs: [check] runs-on: self-hosted env: SERVICE: supervisor