File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Archive download sources weekly
3
3
on :
4
4
workflow_dispatch :
5
5
schedule :
6
- - cron : " 0 1 * * *"
6
+ - cron : " 0 1 */3 * *"
7
7
8
8
env :
9
9
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
12
12
download :
13
13
name : " Archive downloads to zip"
14
14
runs-on : ubuntu-latest
15
- strategy :
16
- matrix :
17
- php-version : [ "8.1", "8.2", "8.3", "8.4" ]
18
15
steps :
19
16
- name : " Checkout"
20
17
uses : " actions/checkout@v4"
38
35
# If there's no dependencies cache, fetch sources, with or without debug
39
36
- name : " Download all sources"
40
37
run : |
41
- ./spc download --with-php=${{ matrix.php-version }} --all --debug --retry=5
42
- ./spc doctor --auto-fix
38
+ ./spc download --all --debug --retry=5
43
39
44
40
# Upload downloaded files
45
41
- name : " Upload action artifacts"
You can’t perform that action at this time.
0 commit comments