Skip to content

Commit a695280

Browse files
authored
enable nightly
1 parent 55d3256 commit a695280

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/appimage-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
# comment these two out to enable nightly builds, This sets the variable DEVEL_RELEASE=1 for #
88
# get-dependencies.sh to make a nightly release, this will make a release with 'nightly' tag #
99
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
10-
# schedule:
11-
# - cron: "0 7 1/2 * *" # We default to rebuilding nightly every 2 days, change this to your liking
10+
schedule:
11+
- cron: "0 5 1/3 * *" # We default to rebuilding nightly every 2 days, change this to your liking
1212
workflow_dispatch: {}
1313

1414
jobs:

0 commit comments

Comments
 (0)