Skip to content

Commit

Permalink
Merge pull request #585 from eerison/fixed_runtime
Browse files Browse the repository at this point in the history
Renew github cache
  • Loading branch information
eerison authored Mar 21, 2022
2 parents 06e4e9a + 93b4aa2 commit 6328267
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:

- uses: actions/cache@v2
with:
key: ${{ runner.os }}-3-build-optimize-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/symfony.lock') }}-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-4-build-optimize-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/symfony.lock') }}-${{ hashFiles('**/composer.lock') }}
path: |
vendor
node_modules
public
restore-keys: |
${{ runner.os }}-3-build-optimize-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/symfony.lock') }}-
${{ runner.os }}-3-build-optimize-${{ hashFiles('**/yarn.lock') }}-
${{ runner.os }}-3-build-optimize-
${{ runner.os }}-3-
${{ runner.os }}-4-build-optimize-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/symfony.lock') }}-
${{ runner.os }}-4-build-optimize-${{ hashFiles('**/yarn.lock') }}-
${{ runner.os }}-4-build-optimize-
${{ runner.os }}-4-
- name: Composer
run: composer prod
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: actions/cache@v2
with:
key: ${{ runner.os }}-3-build-optimize-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/symfony.lock') }}-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-4-build-optimize-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/symfony.lock') }}-${{ hashFiles('**/composer.lock') }}
path: |
vendor
node_modules
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- uses: actions/cache@v2
with:
key: ${{ runner.os }}-3-build-optimize-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/symfony.lock') }}-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-4-build-optimize-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/symfony.lock') }}-${{ hashFiles('**/composer.lock') }}
path: |
vendor
node_modules
Expand Down

0 comments on commit 6328267

Please sign in to comment.