From a10913f188177f848b60e9652e3e0ce4af68875d Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 5 Nov 2023 18:38:40 -0800 Subject: [PATCH] Update slsa-releaser.yml to run tmate even if tests pass --- .github/workflows/slsa-releaser.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index eb8badf..b62ea55 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -217,7 +217,6 @@ jobs: python3 scripts/actions-validate.py # TODO: Run validation using hishtory built at HEAD too - name: Setup tmate session - if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 with: limit-access-to-actor: true