diff --git a/.github/workflows/02-phpstan.yml b/.github/workflows/02-phpstan.yml index a3939d421..101bc078c 100644 --- a/.github/workflows/02-phpstan.yml +++ b/.github/workflows/02-phpstan.yml @@ -91,8 +91,6 @@ jobs: key: composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }} restore-keys: | composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }} - composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}- - composer-${{ matrix.php-versions }}- - name: "[Init] Cache Magento install" id: magento-cache diff --git a/.github/workflows/20-integration.yml b/.github/workflows/20-integration.yml index 1190a89f2..28f3d526b 100644 --- a/.github/workflows/20-integration.yml +++ b/.github/workflows/20-integration.yml @@ -145,8 +145,6 @@ jobs: key: composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }} restore-keys: | composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }} - composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}- - composer-${{ matrix.php-versions }}- - name: "[Init] Cache Sample data repo" id: sampledata-cache