From 8bb13c039a6c3adeb2e714299bebcf9017c29eac Mon Sep 17 00:00:00 2001 From: Grace Kind Date: Tue, 28 Jul 2026 03:26:53 -0500 Subject: [PATCH] Ignore last run json --- .github/workflows/tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ff01c251..0d569140 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -42,7 +42,9 @@ jobs: uses: actions/upload-artifact@v7 with: name: e2e-results-shard-${{ matrix.shard }} - path: tests/e2e/.results/ + path: | + tests/e2e/.results/ + !tests/e2e/.results/.last-run.json include-hidden-files: true if-no-files-found: ignore retention-days: 7 -- 2.51.2