We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b243e commit 11830a6Copy full SHA for 11830a6
.github/workflows/download-cache.yml
@@ -3,7 +3,7 @@ name: Archive download sources weekly
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: "0 1 * * 5"
+ - cron: "0 1 * * *"
7
8
env:
9
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -38,7 +38,7 @@ jobs:
38
# If there's no dependencies cache, fetch sources, with or without debug
39
- name: "Download all sources"
40
run: |
41
- ./spc download --with-php=${{ matrix.php-version }} --all --debug
+ ./spc download --with-php=${{ matrix.php-version }} --all --debug --retry=5
42
./spc doctor --auto-fix
43
44
# Upload downloaded files
0 commit comments