Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 25, 2023
1 parent 6b2b35f commit 2456ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly Build

on:
schedule:
- cron: '0,10,20,30,40,50 * * * *' # This schedule runs every night at midnight UTC
- cron: '0 0 * * * *' # This schedule runs every night at midnight UTC

jobs:
nightly:
Expand Down

0 comments on commit 2456ebd

Please sign in to comment.