watcher: skip workspace clean (root-owned build leftovers)

This commit is contained in:
mia
2026-06-28 10:56:19 -04:00
parent 7f4b0009d0
commit 33c6bc2660

View File

@@ -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