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