From 3add922a7e2c7a91f03a5f0cbcf0c48cd1e46e68 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Wed, 20 Mar 2024 15:50:14 +0800 Subject: [PATCH] include security-dashboards-plugin into security CI (#1140) Signed-off-by: Hailong Cui (cherry picked from commit 6e3cc013939e83c9bcfdfefba7367db3b5e60856) --- .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