[skip ci] ci: don't save cache in pr (#81)
This commit is contained in:
@@ -39,6 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: ccache-WSA-Kernel-${{ matrix.version }}
|
key: ccache-WSA-Kernel-${{ matrix.version }}
|
||||||
append-timestamp: false
|
append-timestamp: false
|
||||||
|
save: ${{ github.event_name != 'pull_request' }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: KernelSU
|
path: KernelSU
|
||||||
|
|||||||
1
.github/workflows/build-kernel-5.10.yml
vendored
1
.github/workflows/build-kernel-5.10.yml
vendored
@@ -51,6 +51,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: ccache-aarch64-${{ matrix.version }}
|
key: ccache-aarch64-${{ matrix.version }}
|
||||||
append-timestamp: false
|
append-timestamp: false
|
||||||
|
save: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
||||||
- name: Setup need_upload
|
- name: Setup need_upload
|
||||||
id: need_upload
|
id: need_upload
|
||||||
|
|||||||
1
.github/workflows/build-kernel-5.15.yml
vendored
1
.github/workflows/build-kernel-5.15.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: ccache-aarch64-${{ matrix.version }}
|
key: ccache-aarch64-${{ matrix.version }}
|
||||||
append-timestamp: false
|
append-timestamp: false
|
||||||
|
save: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
||||||
- name: Setup need_upload
|
- name: Setup need_upload
|
||||||
id: need_upload
|
id: need_upload
|
||||||
|
|||||||
Reference in New Issue
Block a user