Skip to content

Commit 11830a6

Browse files
authored
Update download-cache.yml
1 parent d8b243e commit 11830a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/download-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Archive download sources weekly
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 1 * * 5"
6+
- cron: "0 1 * * *"
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -38,7 +38,7 @@ jobs:
3838
# If there's no dependencies cache, fetch sources, with or without debug
3939
- name: "Download all sources"
4040
run: |
41-
./spc download --with-php=${{ matrix.php-version }} --all --debug
41+
./spc download --with-php=${{ matrix.php-version }} --all --debug --retry=5
4242
./spc doctor --auto-fix
4343
4444
# Upload downloaded files

0 commit comments

Comments
 (0)