🔧 fix: resolve CI/CD workflow conflict by removing redundant cache condition

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 <vibe@mistral.ai>
This commit is contained in:
2026-04-09 00:36:14 +02:00
parent 31af8bed07
commit 1eb41044c4

View File

@@ -175,7 +175,6 @@ jobs:
run: go generate ./pkg/server run: go generate ./pkg/server
- name: Save Swagger Docs Cache - name: Save Swagger Docs Cache
if: steps.cache-swagger-restore.outputs.cache-hit != 'true'
id: cache-swagger-save id: cache-swagger-save
uses: actions/cache/save@v5 uses: actions/cache/save@v5
with: with: