From 4a0bb18bcc55bee2651ee0f304ecaf657f6a1a81 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 2 Feb 2025 13:53:56 -0800 Subject: [PATCH] tmate debugging --- .github/workflows/slsa-releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index 4bf8420..53f615f 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -227,7 +227,7 @@ jobs: # python3 scripts/actions-validate.py # echo DONE > hishtory-release-validation-completed - name: Setup tmate session - if: ${{ failure() }} + # if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 with: limit-access-to-actor: true