We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d3256 commit a695280Copy full SHA for a695280
1 file changed
.github/workflows/appimage-nightly.yml
@@ -7,8 +7,8 @@ on:
7
# comment these two out to enable nightly builds, This sets the variable DEVEL_RELEASE=1 for #
8
# get-dependencies.sh to make a nightly release, this will make a release with 'nightly' tag #
9
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
10
-# schedule:
11
-# - cron: "0 7 1/2 * *" # We default to rebuilding nightly every 2 days, change this to your liking
+ schedule:
+ - cron: "0 5 1/3 * *" # We default to rebuilding nightly every 2 days, change this to your liking
12
workflow_dispatch: {}
13
14
jobs:
0 commit comments