fix: add condition on version for cleaning
Some checks failed
Blog Deployment / check-rebuild (push) Successful in 4s
Blog Deployment / build (push) Has been skipped
Blog Deployment / test-staging (push) Failing after 3s
Blog Deployment / merge (push) Has been skipped
Blog Deployment / deploy-production (push) Has been skipped
Blog Deployment / test-production (push) Has been skipped
Blog Deployment / deploy-staging (push) Successful in 9s
Blog Deployment / clean (push) Has been skipped

This commit is contained in:
2025-06-04 21:29:28 +00:00
parent 8a926a119e
commit c5546106a6
2 changed files with 1 additions and 2 deletions

View File

@@ -182,6 +182,7 @@ jobs:
- check-rebuild
- build
- test-production
if: needs.check-rebuild.outputs.newer_version_available == 'true'
runs-on: docker
defaults:
run: