Skip to content

Commit 6d397d8

Browse files
committed
test-sourceforge*: on every Saturday
1 parent 203b031 commit 6d397d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-sourceforge-downloads.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
on:
1717
schedule:
18-
- cron: '39 15 * * 6' # every Sunday
18+
- cron: '39 15 * * 6' # every Saturday
1919
workflow_dispatch:
2020

2121
jobs:
@@ -67,7 +67,7 @@
6767
6868
# 2021
6969
platforms="win32-x64,win32-ia32,linux-x64,linux-ia32,linux-arm64,linux-arm,darwin-x64"
70-
70+
7171
download_sourceforge "${name}" "0.59.4-1" ${threshold} "${platforms}"
7272
download_sourceforge "${name}" "0.58.2-1" ${threshold} "${platforms}"
7373
download_sourceforge "${name}" "0.57.2-1" ${threshold} "${platforms}"

0 commit comments

Comments
 (0)