From bef206613ab9fe168787782bf8c7b87d53bafa8b Mon Sep 17 00:00:00 2001 From: Yanqin Jin Date: Wed, 29 Apr 2020 20:27:49 -0700 Subject: [PATCH] Remove tmate debugging session --- .github/workflows/sanity_check.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sanity_check.yml b/.github/workflows/sanity_check.yml index 821cf73ca..92b25bb7b 100644 --- a/.github/workflows/sanity_check.yml +++ b/.github/workflows/sanity_check.yml @@ -14,9 +14,6 @@ jobs: run: | git remote add upstream https://github.com/facebook/rocksdb.git && git fetch upstream - - name: Setup tmate session - uses: mxschmitt/action-tmate@v2 - - name: Where am I run: | echo git status && git status