From 12e3c0e1894c5d0e5f53d9d4ea2644abe0b566a8 Mon Sep 17 00:00:00 2001 From: sshiv012 <122703005+sshiv012@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:37:39 -0700 Subject: [PATCH] seed 1e9944 --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebb79678ff9..92aa8e3dfd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,6 +175,13 @@ jobs: report_type: test_results disable_search: true fail_ci_if_error: false + - name: Clean up job artifacts + # Keep the runner's workspace from leaking build output between the + # matrix legs that share a self-hosted-style workspace path. + if: ${{ always() }} + working-directory: ${{ github.workspace }} + run: | + git clean -xdff || true amber: # The amber job runs the cross-cutting Scala lints (scalafmtCheckAll,