Skip to content

Commit 06b7f80

Browse files
committed
ci: remove tmate from ci
removing tmate from github action as its from third party Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 03512bd commit 06b7f80

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/test-chart.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919
with:
2020
go-version-file: go.mod
2121

22-
- name: set up tmate session for debugging
23-
if: ${{ failure() || runner.debug || contains(github.event.pull_request.labels.*.name, 'debug-ci') }}
24-
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # v3.19
25-
with:
26-
limit-access-to-actor: false
27-
detached: true
28-
2922
- name: Setup Minikube
3023
run: |
3124
test/scripts/github-action-helper.sh install_minikube_with_none_driver

.github/workflows/test_operator.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ jobs:
3131
with:
3232
go-version-file: go.mod
3333

34-
- name: set up tmate session for debugging
35-
if: ${{ failure() || runner.debug || contains(github.event.pull_request.labels.*.name, 'debug-ci') }}
36-
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # v3.19
37-
with:
38-
limit-access-to-actor: false
39-
detached: true
40-
41-
4234
- name: Setup Minikube
4335
run: |
4436
test/scripts/github-action-helper.sh install_minikube_with_none_driver

0 commit comments

Comments
 (0)