Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -109,12 +107,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