Skip to content

Commit

Permalink
Add restoration of main cache
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed May 14, 2024
1 parent e4b4aa6 commit 180a043
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@ jobs:
with:
fetch-depth: "0"

- uses: actions/cache/restore@v3
- name: Restore main cache first
uses: actions/cache/restore@v3
id: cache
with:
path: cache
key: cache-main

- name: Restore PR cache second
uses: actions/cache/restore@v3
id: cache
with:
path: cache
Expand Down

0 comments on commit 180a043

Please sign in to comment.