Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 143726c

Browse files
author
Hendrik van Antwerpen
committed
Include src path in key
1 parent 06097e7 commit 143726c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v3
6262
with:
6363
path: ${{ env.BASE_MASSIF_OUT }}
64-
key: ${{ runner.os }}-${{ env.BASE_REPO }}@${{ env.BASE_SHA}}-${{ env.TEST_REPO }}@${{ env.TEST_REF }}
64+
key: ${{ runner.os }}-${{ env.BASE_REPO }}@${{ env.BASE_SHA}}-${{ env.TEST_REPO }}@${{ env.TEST_REF }}/${{ env.TEST_SRC }}
6565
- name: "Checkout base code"
6666
if: steps.cache-base-result.outputs.cache-hit != 'true'
6767
uses: actions/checkout@v3
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v3
9292
with:
9393
path: ${{ env.HEAD_MASSIF_OUT }}
94-
key: ${{ runner.os }}-${{ env.HEAD_REPO }}@${{ env.HEAD_SHA}}-${{ env.TEST_REPO }}@${{ env.TEST_REF }}
94+
key: ${{ runner.os }}-${{ env.HEAD_REPO }}@${{ env.HEAD_SHA}}-${{ env.TEST_REPO }}@${{ env.TEST_REF }}/${{ env.TEST_SRC }}
9595
- name: "Checkout head code"
9696
if: steps.cache-head-result.outputs.cache-hit != 'true'
9797
uses: actions/checkout@v3

0 commit comments

Comments
 (0)