Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 0 additions & 10 deletions .github/workflows/ci-review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
# /ci-run-component-features : runs Component Features - Linux
# /ci-run-unit-mac : runs Unit - Mac
# /ci-run-unit-windows : runs Unit - Windows
# /ci-run-environment : runs Environment Suite
# /ci-run-k8s : runs K8s E2E Suite
# /ci-run-packaging : builds and verifies packages (without publishing to Docker/S3/GitHub)
#
Expand Down Expand Up @@ -79,7 +78,6 @@ jobs:
|| startsWith(github.event.review.body, '/ci-run-cross')
|| startsWith(github.event.review.body, '/ci-run-unit-mac')
|| startsWith(github.event.review.body, '/ci-run-unit-windows')
|| startsWith(github.event.review.body, '/ci-run-environment')
|| startsWith(github.event.review.body, '/ci-run-k8s')
|| startsWith(github.event.review.body, '/ci-run-packaging')
|| startsWith(github.event.review.body, '/ci-run-regression')
Expand Down Expand Up @@ -194,14 +192,6 @@ jobs:
ref: ${{ github.event.review.commit_id }}
secrets: inherit

environment:
needs: validate
if: startsWith(github.event.review.body, '/ci-run-all') || contains(github.event.review.body, '/ci-run-environment')
uses: ./.github/workflows/environment.yml
with:
ref: ${{ github.event.review.commit_id }}
secrets: inherit

k8s:
needs: validate
if: startsWith(github.event.review.body, '/ci-run-all') || contains(github.event.review.body, '/ci-run-k8s')
Expand Down
98 changes: 0 additions & 98 deletions .github/workflows/environment.yml

This file was deleted.

Loading
Loading