From ae135c4956358d6c18109438b6e59170100787ea Mon Sep 17 00:00:00 2001 From: Hank Donnay Date: Mon, 25 Mar 2024 14:40:09 -0500 Subject: [PATCH] cicd: don't upload workspace on failure This was largely unused, and the checkout action embeds short-lived tokens in the workspace which end up in the artifact. Signed-off-by: Hank Donnay --- .github/workflows/tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc8806e6d6..ac16696b72 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -120,8 +120,3 @@ jobs: go test -tags integration ${{ inputs.package_expr }} - - uses: actions/upload-artifact@v4 - if: failure() - with: - name: workspace-${{matrix.go}} - path: ${{ github.workspace }}