Skip to content

Commit 294b9e7

Browse files
committed
chore: Schedule build at 2 AM
1 parent d93af28 commit 294b9e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-snapshot-dependency-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Nightly Snapshot Dependency Test
22

33
on:
44
schedule:
5-
- cron: "0 1 * * *"
5+
- cron: "0 2 * * *"
66
workflow_dispatch:
77

88
jobs:

.github/workflows/publish-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Nightly
22

33
on:
44
schedule:
5-
- cron: "0 1 * * *"
5+
- cron: "0 2 * * *"
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)