We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b848dc7 commit f4cdadcCopy full SHA for f4cdadc
1 file changed
.github/workflows/build-and-push-modeling-commons.yml
@@ -44,6 +44,14 @@ jobs:
44
node-version: '24'
45
cache: yarn
46
47
+ - uses: actions/cache@v4
48
+ with:
49
+ path: .turbo
50
+ key: ${{ runner.os }}-turbo-${{ hashFiles('yarn.lock') }}-${{ github.sha }}
51
+ restore-keys: |
52
+ ${{ runner.os }}-turbo-${{ hashFiles('yarn.lock') }}-
53
+ ${{ runner.os }}-turbo-
54
+
55
- uses: actions/cache@v4
56
with:
57
path: |
0 commit comments