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
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:
@@ -3,7 +3,7 @@ name: node-python image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
schedule:
|
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
|
workflow_dispatch: # Cho phép chạy tay nếu cần
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user