Skip to content

Commit 0e85837

Browse files
prevent breakpoint activation
1 parent 92da2de commit 0e85837

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
backtrace: full
5353
_internal-strict-mode: true
5454
determinate: ${{ matrix.determinate }}
55-
- name: Breakpoint if tests failed
56-
uses: namespacelabs/breakpoint-action@v0
57-
with:
58-
duration: 30m
59-
authorized-users: grahamc
55+
# - name: Breakpoint if tests failed
56+
# uses: namespacelabs/breakpoint-action@v0
57+
# with:
58+
# duration: 30m
59+
# authorized-users: grahamc
6060

6161
- name: echo $PATH
6262
run: echo $PATH

0 commit comments

Comments
 (0)