We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68336a1 commit 1dd9ef3Copy full SHA for 1dd9ef3
1 file changed
.github/workflows/appimage.yml
@@ -4,7 +4,7 @@ concurrency:
4
cancel-in-progress: true
5
on:
6
schedule:
7
- - cron: "0 7 1/21 * *" # We default to rebuilding every 21 days, change this to your liking
+ - cron: "0 7 1/7 * *" # We default to rebuilding every 21 days, change this to your liking
8
workflow_dispatch: {}
9
10
jobs:
0 commit comments