From aebc97ee16e60755d4643c56e0219b041e484d94 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 28 Apr 2026 14:21:55 +0200 Subject: [PATCH] ci: allow kvaps to attach to e2e breakpoint Adds my GitHub username to the breakpoint authorized-users so I can SSH into the runner when the e2e job fails on PRs I'm involved in (currently #490 / #491). Per maintainer's suggestion in #489. Co-Authored-By: Claude Signed-off-by: Andrei Kvapil --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3953adb6..f2509449 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: uses: namespacelabs/breakpoint-action@v0 with: duration: 15m - authorized-users: squat, leonnicolas + authorized-users: squat, leonnicolas, kvaps lint: runs-on: ubuntu-latest