@@ -136,7 +136,7 @@ jobs:
136136 lookup-only : true
137137 path : packages/qwik/dist
138138 # Note that this includes the package.json of qwik
139- key : ${{ hashfiles('.github/workflows/ci.yml', 'pnpm-lock.yaml', 'scripts.json', 'scripts/**/*', 'packages/qwik/**/*', '!**/*.unit.*', '!**/*.rs') }}
139+ key : ${{ hashfiles('.github/workflows/ci.yml', 'pnpm-lock.yaml', 'scripts.json', 'scripts/**/*', 'packages/qwik/**/*', 'starters/features/**/*', 'starters/adapters/**/*', 'starters/templates/**/*', ' !**/*.unit.*', '!**/*.rs', '!starters/apps/e2e ') }}
140140 - run : ' echo ${{ steps.cache-qwik.outputs.cache-primary-key }} > qwik-key.txt'
141141 - name : ' check cache: rust'
142142 id : cache-rust
@@ -159,7 +159,7 @@ jobs:
159159 packages/eslint-plugin-qwik/dist
160160 packages/create-qwik/dist
161161 # note that all inputs need to be listed here, including qwik, for correct cache invalidation
162- key : ${{ hashfiles('qwik-key.txt', 'rust-key.txt', 'packages/qwik-city/**/*', 'packages/qwik-labs/**/*', 'packages/qwik-react/**/*', 'packages/eslint-plugin-qwik/**/*', 'packages/create-qwik/**/*', 'starters/apps/**/*', 'starters/features/**/*', 'starters/adapters/**/*', ' !**/*.unit.*') }}
162+ key : ${{ hashfiles('qwik-key.txt', 'rust-key.txt', 'packages/qwik-city/**/*', 'packages/qwik-labs/**/*', 'packages/qwik-react/**/*', 'packages/eslint-plugin-qwik/**/*', 'packages/create-qwik/**/*', 'starters/apps/**/*', '!**/*.unit.*') }}
163163 - run : ' echo ${{ steps.cache-others.outputs.cache-primary-key }} > others-key.txt'
164164 - name : ' check cache: docs'
165165 id : cache-docs
0 commit comments