From 658d09243b50bd708cc33295975bd79fec45825f Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Fri, 8 Mar 2024 15:46:35 +0800 Subject: [PATCH] include security-dashboards-plugin into security CI Signed-off-by: Hailong Cui --- .github/workflows/security-release-e2e-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/security-release-e2e-workflow.yml b/.github/workflows/security-release-e2e-workflow.yml index 4257e0ce9..4dd1fee87 100644 --- a/.github/workflows/security-release-e2e-workflow.yml +++ b/.github/workflows/security-release-e2e-workflow.yml @@ -14,6 +14,7 @@ jobs: filters: | tests: - 'cypress/**/security/**' + - 'cypress/**/security-dashboards-plugin/**' tests: needs: changes