From 0aadc24359c65766e50fb2f88037727879f4f70b Mon Sep 17 00:00:00 2001 From: kenlig <28685375+kenlig@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:31:32 +0800 Subject: [PATCH] update --- .github/workflows/test-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-examples.yml b/.github/workflows/test-examples.yml index 99e36e9c..712f6970 100644 --- a/.github/workflows/test-examples.yml +++ b/.github/workflows/test-examples.yml @@ -279,7 +279,7 @@ jobs: - name: Setup tmate session # Setup SSH when manually triggered and failing, so we can debug CI more conveniently - if: "${{ failure() && github.event_name == 'workflow_dispatch' }}" + if: "${{ failure() }}" uses: mxschmitt/action-tmate@v3 with: limit-access-to-actor: true