Skip to content

Commit 7b8bc43

Browse files
committed
Added tmate step at last
Signed-off-by: Zaki Shaikh <[email protected]>
1 parent 560e23f commit 7b8bc43

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/kind-e2e-tests.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)"
1111
required: false
1212
default: false
13+
push:
14+
branches:
15+
- SRVKP-6636-test
1316
pull_request_target:
1417
types: [opened, synchronize, reopened]
1518
paths:
@@ -79,9 +82,6 @@ jobs:
7982
"${{ secrets.TEST_GITHUB_SECOND_TOKEN }}" \
8083
"${{ secrets.GITLAB_TOKEN }}"
8184
82-
- name: Setup tmate session
83-
uses: mxschmitt/action-tmate@v3
84-
8585
- name: Run E2E Tests on nightly
8686
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
8787
run: |
@@ -115,3 +115,6 @@ jobs:
115115
notify_when: "failure"
116116
env:
117117
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
118+
119+
- name: Setup tmate session
120+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)