update cron schedule for docker-node and node-python workflows to run at midnight UTC
Some checks failed
docker-node image / build (arm64) (push) Successful in 7s
node-python image / build (arm64) (push) Successful in 17s
docker-node image / build (amd64) (push) Successful in 55s
docker-node image / amend-manifest (push) Successful in 4s
node-python image / amend-manifest (push) Has been cancelled
node-python image / build (amd64) (push) Has been cancelled

This commit is contained in:
thuanle
2025-08-15 14:36:45 +07:00
parent 45bd9c3370
commit 62e0bc63de
3 changed files with 13 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ name: node-python image
on:
push:
schedule:
- cron: '0 2 * * 0' # 02:00 sáng Chủ nhật (UTC)
- cron: '0 0 * * 0' # 00:00 sáng Chủ nhật (UTC)
workflow_dispatch: # Cho phép chạy tay nếu cần
env: