update cron schedule for node-python workflow to run at 01:00 UTC and rename repository title in README
All checks were successful
docker-node image / build (arm64) (push) Successful in 26s
docker-node image / build (amd64) (push) Successful in 3m28s
docker-node image / amend-manifest (push) Successful in 5s
node-python image / build (arm64) (push) Successful in 7s
node-python image / build (amd64) (push) Successful in 9s
node-python image / amend-manifest (push) Successful in 14s

This commit is contained in:
thuanle
2025-08-17 23:07:08 +07:00
parent 62e0bc63de
commit 17372252b3
2 changed files with 2 additions and 2 deletions

View File

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