Skip to content

Commit

Permalink
Remove unspecific cache restore keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jcallison1 committed Sep 28, 2024
1 parent 9290776 commit 4cc91ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('FrontEndReact/**/*.js', 'FrontEndReact/package.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Build backend
run: docker compose build backend
Expand Down

0 comments on commit 4cc91ef

Please sign in to comment.