ci(tests): Fix cache cleaning (#9932)
This commit is contained in:
parent
09b30e9d77
commit
4a6437d3ea
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests_results.yml
vendored
1
.github/workflows/tests_results.yml
vendored
|
|
@ -55,6 +55,7 @@ jobs:
|
||||||
action_fail: true
|
action_fail: true
|
||||||
|
|
||||||
- name: Clean up caches
|
- name: Clean up caches
|
||||||
|
if: always()
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue