diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 81b060d9491..8fc8707d3fe 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -41,6 +41,7 @@ concurrency: jobs: build: + if: false name: Linux - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }} runs-on: ubuntu-20.04 env: diff --git a/.github/workflows/test-mac.yml b/.github/workflows/test-mac.yml index 123cd500eba..50a0deae0d3 100644 --- a/.github/workflows/test-mac.yml +++ b/.github/workflows/test-mac.yml @@ -41,6 +41,7 @@ concurrency: jobs: build: + if: false name: Mac - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }} runs-on: macos-12 env: diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index 28a50d66049..3bbee74acda 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -122,9 +122,9 @@ jobs: # 2. Check https://github.com/marketplace/actions/debugging-with-tmate for # usage. #- name: Setup remote ssh connection - # if: env.USE_CONDA == 'true' - # uses: mxschmitt/action-tmate@v3 - # timeout-minutes: 45 + if: env.USE_CONDA == 'true' + uses: mxschmitt/action-tmate@v3 + timeout-minutes: 45 - name: Run manifest checks shell: bash -l {0} run: check-manifest