mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-16 01:50:40 +00:00
watcher: skip workspace clean (root-owned build leftovers)
This commit is contained in:
2
.github/workflows/upstream-patches-watch.yml
vendored
2
.github/workflows/upstream-patches-watch.yml
vendored
@@ -23,6 +23,8 @@ jobs:
|
|||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
clean: false
|
||||||
|
|
||||||
- name: Compare upstream latest vs current PATCHES_REF
|
- name: Compare upstream latest vs current PATCHES_REF
|
||||||
id: cmp
|
id: cmp
|
||||||
|
|||||||
Reference in New Issue
Block a user