Skip to content

Commit

Permalink
time
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Jul 5, 2024
1 parent fcd8fa6 commit 390866f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload to PyPI
on:
schedule:
# trigger build every day at 4:30 UTC
- cron: '30 10 * * *'
- cron: '35 12 * * *'
push:
tags:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Xorbits CD for DockerHub

on:
schedule:
- cron: '10 40 * * *'
- cron: '35 12 * * *'
push:
tags:
- '*'
Expand Down

0 comments on commit 390866f

Please sign in to comment.