Skip to content

Commit

Permalink
chore(ci): remove /ci-run-install comment trigger (vectordotdev#17803)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmith3197 committed Jun 29, 2023
1 parent d8d57e5 commit a3770d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# /ci-run-unit-mac : runs Unit - Mac
# /ci-run-unit-windows : runs Unit - Windows
# /ci-run-environment : runs Environment Suite
# /ci-run-install : runs Update install.sh Suite
# /ci-run-regression : runs Regression Detection Suite

name: Comment Trigger
Expand Down Expand Up @@ -55,7 +54,6 @@ jobs:
|| contains(github.event.comment.body, '/ci-run-unit-mac')
|| contains(github.event.comment.body, '/ci-run-unit-windows')
|| contains(github.event.comment.body, '/ci-run-environment')
|| contains(github.event.comment.body, '/ci-run-install')
|| contains(github.event.comment.body, '/ci-run-regression')
)
steps:
Expand Down Expand Up @@ -113,12 +111,6 @@ jobs:
uses: ./.github/workflows/environment.yml
secrets: inherit

install:
needs: validate
if: contains(github.event.comment.body, '/ci-run-all') || contains(github.event.comment.body, '/ci-run-install')
uses: ./.github/workflows/install-sh.yml
secrets: inherit

regression:
needs: validate
if: contains(github.event.comment.body, '/ci-run-all') || contains(github.event.comment.body, '/ci-run-regression')
Expand Down

0 comments on commit a3770d8

Please sign in to comment.