From 5588130896a290a5708e890e1f232e6715605c13 Mon Sep 17 00:00:00 2001 From: Christoph Ostarek Date: Thu, 13 Jun 2024 19:29:33 +0200 Subject: [PATCH] Revert "wip: enable tmate on smoke tests" This reverts commit c8a4b20654b92ae1f080d9ae32df2727f4b76c27. --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ce6d78dd..a1f1be98f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,6 @@ jobs: needs: determine-runner runs-on: self-hosted steps: - - uses: actions/checkout@v3 - name: Get code uses: actions/checkout@v4.1.1 with: @@ -69,9 +68,6 @@ jobs: eve_image: ${{ inputs.eve_image }} eve_artifact_name: ${{ inputs.eve_artifact_name }} artifact_run_id: ${{ inputs.artifact_run_id }} - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 networking: name: Networking test suite