Skip to content

Commit cc79552

Browse files
authored
change nightly hour to avoid conflict with stable
1 parent 5466df2 commit cc79552

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)