Skip to content

Commit

Permalink
chore: Schedule build at 2 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Jan 30, 2024
1 parent d93af28 commit 294b9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-snapshot-dependency-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly Snapshot Dependency Test

on:
schedule:
- cron: "0 1 * * *"
- cron: "0 2 * * *"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Nightly

on:
schedule:
- cron: "0 1 * * *"
- cron: "0 2 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 294b9e7

Please sign in to comment.