From 46d95bef272ce7dfd8122497075a081150e73a34 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 18 Jun 2026 13:50:27 +0200 Subject: [PATCH] debug(ci): remove if conditions to see if outputs are passed at all --- .gitea/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b1edb5954..bc48df6c4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -154,7 +154,6 @@ jobs: qa: name: 🧪 QA needs: prepare - if: needs.prepare.outputs.target != 'skip' runs-on: ubuntu-latest steps: - name: Checkout repository @@ -202,7 +201,6 @@ jobs: build: name: 🏗️ Build needs: [prepare, qa] - if: needs.prepare.outputs.target != 'skip' runs-on: ubuntu-latest steps: - name: Checkout repository @@ -394,7 +392,6 @@ jobs: post_deploy_checks: name: 🧪 Post-Deploy Verification needs: [prepare, deploy] - if: needs.deploy.result == 'success' && needs.prepare.outputs.target != 'branch' runs-on: docker container: image: catthehacker/ubuntu:act-latest