Skip to content

Commit 3f01737

Browse files
committed
CCM-10981: wip
1 parent 45558f6 commit 3f01737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/cache@v4
6363
with:
6464
path: node_modules
65-
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}
65+
key: ${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-${{ hashFiles('**/package-lock.json') }}-${{ github.sha }}
6666
restore-keys: |
6767
${{ runner.os }}-node-modules-${{ inputs.nodejs_version }}-
6868
${{ runner.os }}-node-modules-

0 commit comments

Comments
 (0)