From 33c6bc2660f38aa2285d3b9234f81a5fc72c5835 Mon Sep 17 00:00:00 2001 From: mia Date: Sun, 28 Jun 2026 10:56:19 -0400 Subject: [PATCH] watcher: skip workspace clean (root-owned build leftovers) --- .github/workflows/upstream-patches-watch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/upstream-patches-watch.yml b/.github/workflows/upstream-patches-watch.yml index b54528c..f9da774 100644 --- a/.github/workflows/upstream-patches-watch.yml +++ b/.github/workflows/upstream-patches-watch.yml @@ -23,6 +23,8 @@ jobs: runs-on: self-hosted steps: - uses: actions/checkout@v4 + with: + clean: false - name: Compare upstream latest vs current PATCHES_REF id: cmp