Commit a3770d8 1 parent d8d57e5 commit a3770d8 Copy full SHA for a3770d8
File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 14
14
# /ci-run-unit-mac : runs Unit - Mac
15
15
# /ci-run-unit-windows : runs Unit - Windows
16
16
# /ci-run-environment : runs Environment Suite
17
- # /ci-run-install : runs Update install.sh Suite
18
17
# /ci-run-regression : runs Regression Detection Suite
19
18
20
19
name : Comment Trigger
55
54
|| contains(github.event.comment.body, '/ci-run-unit-mac')
56
55
|| contains(github.event.comment.body, '/ci-run-unit-windows')
57
56
|| contains(github.event.comment.body, '/ci-run-environment')
58
- || contains(github.event.comment.body, '/ci-run-install')
59
57
|| contains(github.event.comment.body, '/ci-run-regression')
60
58
)
61
59
steps :
@@ -113,12 +111,6 @@ jobs:
113
111
uses : ./.github/workflows/environment.yml
114
112
secrets : inherit
115
113
116
- install :
117
- needs : validate
118
- if : contains(github.event.comment.body, '/ci-run-all') || contains(github.event.comment.body, '/ci-run-install')
119
- uses : ./.github/workflows/install-sh.yml
120
- secrets : inherit
121
-
122
114
regression :
123
115
needs : validate
124
116
if : contains(github.event.comment.body, '/ci-run-all') || contains(github.event.comment.body, '/ci-run-regression')
You can’t perform that action at this time.
0 commit comments