Skip to content

Commit be9d85c

Browse files
committed
chore: Correct cache keys
1 parent 58c22d5 commit be9d85c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/static_analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
with:
3333
path: vendor
3434
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
35-
restore-keys: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
35+
restore-keys: |
36+
${{ runner.os }}-composer-
3637
3738
- name: Install Composer dependencies
3839
run: COMPOSER_ROOT_VERSION=dev-develop composer install --no-interaction --prefer-dist

0 commit comments

Comments
 (0)