未验证 提交 ecae162d 编写于 作者: A akrieger 提交者: GitHub

Skip cache pruning if env.SKIP (#54417)

上级 28c767dd
......@@ -272,7 +272,7 @@ jobs:
path: tests/cata_test*
if-no-files-found: ignore
- name: cleanup ccache before upload
if: ${{ !failure() && (runner.os == 'Linux' || runner.os == 'macOS') }}
if: ${{ env.SKIP == 'false' && !failure() && (runner.os == 'Linux' || runner.os == 'macOS') }}
run: |
ccache --show-stats
ccache -M ${{ env.CCACHE_LIMIT }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册