[skip ci] ci: don't save cache in pr (#81)

This commit is contained in:
Ylarod
2023-01-17 22:40:31 +08:00
committed by GitHub
parent 3d5effb678
commit 9a3451a8ae
3 changed files with 3 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ jobs:
with:
key: ccache-WSA-Kernel-${{ matrix.version }}
append-timestamp: false
save: ${{ github.event_name != 'pull_request' }}
- uses: actions/checkout@v3
with:
path: KernelSU