Skip to content

Commit d356d76

Browse files
committed
Merge branch 'neuronull/ci_one_regression_workflow' into neuronull/ci_add_merge_queue
2 parents 5bfafa4 + 2bd2f25 commit d356d76

File tree

3 files changed

+681
-681
lines changed

3 files changed

+681
-681
lines changed

.github/workflows/comment-trigger.yml

+7
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
|| contains(github.event.comment.body, '/ci-run-unit-windows')
5252
|| contains(github.event.comment.body, '/ci-run-environment')
5353
|| contains(github.event.comment.body, '/ci-run-install')
54+
|| contains(github.event.comment.body, '/ci-run-regression')
5455
)
5556
steps:
5657
- name: Validate issue comment
@@ -108,3 +109,9 @@ jobs:
108109
if: contains(github.event.comment.body, '/ci-run-all') || contains(github.event.comment.body, '/ci-run-install')
109110
uses: ./.github/workflows/install-sh.yml
110111
secrets: inherit
112+
113+
regression:
114+
needs: validate
115+
if: contains(github.event.comment.body, '/ci-run-all') || contains(github.event.comment.body, '/ci-run-regression')
116+
uses: ./.github/workflows/regression.yml
117+
secrets: inherit

0 commit comments

Comments
 (0)