File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
description : " Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)"
11
11
required : false
12
12
default : false
13
+ push :
14
+ branches :
15
+ - SRVKP-6636-test
13
16
pull_request_target :
14
17
types : [opened, synchronize, reopened]
15
18
paths :
79
82
"${{ secrets.TEST_GITHUB_SECOND_TOKEN }}" \
80
83
"${{ secrets.GITLAB_TOKEN }}"
81
84
82
- - name : Setup tmate session
83
- uses : mxschmitt/action-tmate@v3
84
-
85
85
- name : Run E2E Tests on nightly
86
86
if : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
87
87
run : |
@@ -115,3 +115,6 @@ jobs:
115
115
notify_when : " failure"
116
116
env :
117
117
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
118
+
119
+ - name : Setup tmate session
120
+ uses : mxschmitt/action-tmate@v3
You can’t perform that action at this time.
0 commit comments