File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,10 @@ jobs:
216
216
217
217
with :
218
218
path : /home/runner/test-result-cache/
219
- key : ${{ runner.os }}-test-result-cache-${{ steps.hash.outputs.hash }}
219
+ key : ${{ runner.os }}-test-result-cache-${{ steps.hash.outputs.hash }}-${{ github.run_number }}-${{ github.run_attempt - 1 }}
220
220
restore-keys : |
221
- ${{ runner.os }}-test-result-cache-
221
+ ${{ runner.os }}-test-result-cache-${{ steps.hash.outputs.hash }}-${{ github.run_number }}-
222
+ ${{ runner.os }}-test-result-cache-${{ steps.hash.outputs.hash }}-
222
223
- name : PREP CACHE DIR
223
224
run : |
224
225
mkdir -p /home/runner/test-result-cache/${{ steps.hash.outputs.hash }}
@@ -250,10 +251,7 @@ jobs:
250
251
251
252
with :
252
253
path : /home/runner/test-result-cache/
253
- key : ${{ runner.os }}-test-result-cache-${{ needs.load-test-result-cache.outputs.hash }}
254
- restore-keys : |
255
- ${{ runner.os }}-test-result-cache-
256
- fail-on-cache-miss : true
254
+ key : ${{ runner.os }}-test-result-cache-${{ needs.load-test-result-cache.outputs.hash }}-${{ github.run_number }}-${{ github.run_attempt }}
257
255
save-always : true
258
256
- name : UPDATE CACHE
259
257
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 39
39
40
40
with :
41
41
path : /home/runner/test-result-cache/
42
- key : ${{ runner.os }}-test-result-cache-${{ steps.hash.outputs.hash }}
42
+ key : ${{ runner.os }}-test-result-cache-${{ steps.hash.outputs.hash }}-${{ github.run_number }}-${{ github.run_attempt - 1 }}
43
43
restore-keys : |
44
- ${{ runner.os }}-test-result-cache-
44
+ ${{ runner.os }}-test-result-cache-${{ steps.hash.outputs.hash }}-${{ github.run_number }}-
45
+ ${{ runner.os }}-test-result-cache-${{ steps.hash.outputs.hash }}-
45
46
- name : PREP CACHE DIR
46
47
run : |
47
48
mkdir -p /home/runner/test-result-cache/${{ steps.hash.outputs.hash }}
@@ -6937,10 +6938,7 @@ jobs:
6937
6938
6938
6939
with :
6939
6940
path : /home/runner/test-result-cache/
6940
- key : ${{ runner.os }}-test-result-cache-${{ needs.load-test-result-cache.outputs.hash }}
6941
- restore-keys : |
6942
- ${{ runner.os }}-test-result-cache-
6943
- fail-on-cache-miss : true
6941
+ key : ${{ runner.os }}-test-result-cache-${{ needs.load-test-result-cache.outputs.hash }}-${{ github.run_number }}-${{ github.run_attempt }}
6944
6942
save-always : true
6945
6943
- name : UPDATE CACHE
6946
6944
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments