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
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user