Skip to content

Commit 953e3bf

Browse files
authored
build less often
1 parent 78f5519 commit 953e3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ concurrency:
44
cancel-in-progress: true
55
on:
66
schedule:
7-
- cron: "0 7 1/21 * *" # We default to rebuilding every 21 days, change this to your liking
7+
- cron: "0 7 1/42 * *" # We default to rebuilding every 21 days, change this to your liking
88
workflow_dispatch: {}
99

1010
jobs:

0 commit comments

Comments
 (0)