diff --git a/.github/workflows/pull-requests.yaml b/.github/workflows/pull-requests.yaml index e669d42f..3aa3a2c3 100644 --- a/.github/workflows/pull-requests.yaml +++ b/.github/workflows/pull-requests.yaml @@ -313,11 +313,11 @@ jobs: name: image-list path: /tmp/${{ env.SANDBOX_NAME }}/_out/images.txt - # ▸ Open an SSH breakpoint to the failing sandbox (opt-in via `debug` label). - # Maintainers can SSH into the live runner, inspect Talos/Cozystack state - # and resume the workflow with `breakpoint resume`. Times out after 30m. + # ▸ Open an SSH breakpoint to the failing sandbox so maintainers can attach + # to the live runner, inspect Talos/Cozystack state and resume with + # `breakpoint resume`. Times out after 30m. - name: Breakpoint on E2E failure - if: failure() && contains(github.event.pull_request.labels.*.name, 'debug') + if: failure() uses: namespacelabs/breakpoint-action@v0 with: duration: 30m