From b7be3b536fc5e094d421f7cd93def445c6f7ff43 Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Sat, 7 Dec 2024 10:53:56 -0700 Subject: [PATCH] Disable tmate --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4c10feae..c5ef6dcb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,11 +104,11 @@ jobs: - uses: ./.github/actions/configure_remote_cache_auth with: buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }} - # DEBUG BEGIN - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - if: ${{ matrix.test == '@@//examples:ios_sim_test_bazel_.bazelversion' }} - # DEBUG END + # # DEBUG BEGIN + # - name: Setup tmate session + # uses: mxschmitt/action-tmate@v3 + # if: ${{ matrix.test == '@@//examples:ios_sim_test_bazel_.bazelversion' }} + # # DEBUG END - uses: ./.github/actions/execute_test with: bzlmod_enabled: ${{ matrix.bzlmod_enabled }}