This is an automated email from the ASF dual-hosted git repository. starsz pushed a commit to branch chore_add_http2_testcase in repository https://gitbox.apache.org/repos/asf/apisix.git
commit abd9dd6c89e747d692b07d1ff132764722764c82 Author: Peter Zhu <[email protected]> AuthorDate: Tue Oct 17 11:45:50 2023 +0800 fix --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4971186a7..759c732da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -166,10 +166,6 @@ jobs: TEST_FILE_SUB_DIR: ${{ matrix.test_dir }} run: sudo -E ./ci/${{ matrix.os_name }}_runner.sh script - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - - if: ${{ steps.cache-images.outputs.cache-hit != 'true' }} name: Save docker images run: |
