From 44b3c268efb62649bf721c42545b904970288ffb Mon Sep 17 00:00:00 2001 From: Oleg Alexandrov Date: Sat, 23 Sep 2023 20:43:23 -0700 Subject: [PATCH] Tweak ssh workflow --- .github/workflows/ssh.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ssh.yml b/.github/workflows/ssh.yml index 1621fcc47..07f623a2f 100644 --- a/.github/workflows/ssh.yml +++ b/.github/workflows/ssh.yml @@ -7,7 +7,6 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v2 - - name: Setup upterm session uses: lhotari/action-upterm@v1 with: @@ -18,7 +17,6 @@ jobs: limit-access-to-users: oleg-alexandrov ## If no one connects after 5 minutes, shut down server. wait-timeout-minutes: 5 - - name: Cache conda id: cache-conda uses: actions/cache@v3