From 0b289c3958d8672628d74443b0bb33ecab180d87 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 4 Dec 2024 19:33:44 -0800 Subject: [PATCH] remove this --- .github/workflows/selfdrive_tests.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 7a52d91147..ec40660f15 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -202,11 +202,6 @@ jobs: - name: Build openpilot run: | ${{ env.RUN }} "scons -j$(nproc)" - - name: debug - uses: namespacelabs/breakpoint-action@v0 - with: - duration: 30m - authorized-users: maxime-desroches - name: Run replay timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.dependency-cache.outputs.cache-hit == 'true') && 1 || 20 }} run: |