Skip to content

Commit bad691c

Browse files
committed
Revert "Enable tmate debug session for PR workflow"
This reverts commit a395c14.
1 parent aca9258 commit bad691c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ jobs:
7575
kind create cluster --image kindest/node:"$K8S_VERSION"
7676
DOCKER_REGISTRY_SERVER=local-server OPERATOR_IMAGE=local-operator make deploy-kind
7777
SUPPORT_VOLUME_EXPANSION=false make system-tests
78-
- name: Setup tmate session
79-
if: ${{ failure() }} # start a debugging tmate session when system tests fail
80-
uses: mxschmitt/action-tmate@v3
8178
8279
kubectl_tests:
8380
name: kubectl rabbitmq tests

0 commit comments

Comments
 (0)