Skip to content

Commit 8836b50

Browse files
committed
chore: Schedule the build at 1.30 AM
1 parent e208c74 commit 8836b50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nightly.yml

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

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

88
jobs:

.github/workflows/publish-1.0-snapshots.yml

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

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

88
jobs:

.github/workflows/publish.yml

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

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

88
jobs:

0 commit comments

Comments
 (0)