change: cron from everyday to every friday
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 4s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 9s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 5s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 3s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s

This commit is contained in:
2025-06-12 07:01:19 +00:00
parent e391a05867
commit ea41ac753b

View File

@@ -5,7 +5,7 @@ on:
branches:
- preview
schedule:
- cron: '0 3 * * *'
- cron: '0 3 * * 5'
env:
DOCKER_IMAGE: vezpi-blog