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
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : " 0 1 * * *"
6+ - cron : " 0 1 */3 * *"
77
88env :
99 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1212 download :
1313 name : " Archive downloads to zip"
1414 runs-on : ubuntu-latest
15- strategy :
16- matrix :
17- php-version : [ "8.1", "8.2", "8.3", "8.4" ]
1815 steps :
1916 - name : " Checkout"
2017 uses : " actions/checkout@v4"
3835 # If there's no dependencies cache, fetch sources, with or without debug
3936 - name : " Download all sources"
4037 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
4339
4440 # Upload downloaded files
4541 - name : " Upload action artifacts"
You can’t perform that action at this time.
0 commit comments