Skip to content

Commit ea4be3f

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/download-cache.yml

Lines changed: 2 additions & 6 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 * * *"
6+
- cron: "0 1 */3 * *"
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -12,9 +12,6 @@ jobs:
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"
@@ -38,8 +35,7 @@ jobs:
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"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy