Ver código fonte

ci: allow kvaps to attach to e2e breakpoint (#492)

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.

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Andrei Kvapil 2 semanas atrás
pai
commit
fbce60d803
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.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