Skip to content

Commit a3770d8

Browse files
authored
chore(ci): remove /ci-run-install comment trigger (#17803)
1 parent d8d57e5 commit a3770d8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/comment-trigger.yml

-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# /ci-run-unit-mac : runs Unit - Mac
1515
# /ci-run-unit-windows : runs Unit - Windows
1616
# /ci-run-environment : runs Environment Suite
17-
# /ci-run-install : runs Update install.sh Suite
1817
# /ci-run-regression : runs Regression Detection Suite
1918

2019
name: Comment Trigger
@@ -55,7 +54,6 @@ jobs:
5554
|| contains(github.event.comment.body, '/ci-run-unit-mac')
5655
|| contains(github.event.comment.body, '/ci-run-unit-windows')
5756
|| contains(github.event.comment.body, '/ci-run-environment')
58-
|| contains(github.event.comment.body, '/ci-run-install')
5957
|| contains(github.event.comment.body, '/ci-run-regression')
6058
)
6159
steps:
@@ -113,12 +111,6 @@ jobs:
113111
uses: ./.github/workflows/environment.yml
114112
secrets: inherit
115113

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-
122114
regression:
123115
needs: validate
124116
if: contains(github.event.comment.body, '/ci-run-all') || contains(github.event.comment.body, '/ci-run-regression')

0 commit comments

Comments
 (0)