From 6a360bd1bba85db4e21afac771ebfb52ccdae0b0 Mon Sep 17 00:00:00 2001 From: Melissa Jost Date: Fri, 21 Jul 2023 15:53:12 -0700 Subject: [PATCH] misc: Update ci-tests.yaml to always clean runner Adds line to make sure the runners are always cleaned whether or not the previous tests pass Change-Id: I980c0232305999fb3548464ea1b6eaeca7bcdbd6 --- .github/workflows/ci-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 5e11903a0f..9894716665 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -103,6 +103,7 @@ jobs: path: output.zip retention-days: 7 - name: Clean runner + if: success() || failure() run: rm -rf ./* || true rm -rf ./.??* || true