fix: jobs order
All checks were successful
Blog Deployment / check-hugo-version (push) Successful in 3s
Blog Deployment / build (push) Has been skipped
Blog Deployment / deploy-staging (push) Successful in 9s
Blog Deployment / test-staging (push) Successful in 3s
Blog Deployment / merge (push) Successful in 5s
Blog Deployment / deploy-production (push) Successful in 9s
Blog Deployment / test-production (push) Successful in 2s
Blog Deployment / clean (push) Has been skipped

This commit is contained in:
Vezpi 2025-06-04 20:20:55 +00:00
parent fe32c88403
commit 6a98a4fba2

View File

@ -107,7 +107,7 @@ jobs:
fi
merge:
needs: test
needs: test-staging
runs-on: ubuntu
steps:
- name: Checkout Repository