Skip to content

Commit 39d6912

Browse files
authored
change nightly hour
1 parent b537e05 commit 39d6912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/appimage-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
# get-dependencies.sh to make a nightly release, this will make a release with 'nightly' tag #
99
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
1010
schedule:
11-
- cron: "0 7 1/2 * *" # We default to rebuilding nightly every 2 days, change this to your liking
11+
- cron: "0 5 1/2 * *" # We default to rebuilding nightly every 2 days, change this to your liking
1212
workflow_dispatch: {}
1313

1414
jobs:

0 commit comments

Comments
 (0)