🔧 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user