From 1eb41044c4f5e32899a595693542a6356cc2980a Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Thu, 9 Apr 2026 00:36:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20resolve=20CI/CD=20workflo?= =?UTF-8?q?w=20conflict=20by=20removing=20redundant=20cache=20condition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed merge conflict in .gitea/workflows/ci-cd.yaml: - Removed redundant 'if' condition from Save Swagger Docs Cache step - Now matches main branch structure - Maintains proper cache save behavior Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- .gitea/workflows/ci-cd.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index d3572de..fb3bddc 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -175,7 +175,6 @@ jobs: run: go generate ./pkg/server - name: Save Swagger Docs Cache - if: steps.cache-swagger-restore.outputs.cache-hit != 'true' id: cache-swagger-save uses: actions/cache/save@v5 with: