diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ec139fac..0ec810ca8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -252,20 +252,20 @@ jobs: fi fi -# ssh_session: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout github repo -# uses: actions/checkout@v3 -# with: -# lfs: true -# - name: Checkout LFS objects -# run: git lfs checkout -# - name: Start SSH session -# uses: luchihoratiu/debug-via-ssh@main -# with: -# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} -# SSH_PASS: ${{ secrets.SSH_PASS }} + ssh_session: + runs-on: ubuntu-latest + steps: + - name: Checkout github repo + uses: actions/checkout@v3 + with: + lfs: true + - name: Checkout LFS objects + run: git lfs checkout + - name: Start SSH session + uses: luchihoratiu/debug-via-ssh@main + with: + NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} + SSH_PASS: ${{ secrets.SSH_PASS }} benchmarks: runs-on: ubuntu-latest