From 53d9a252c3b651781e30b6ab42d09464f318f38b Mon Sep 17 00:00:00 2001 From: Navin Chandra Date: Mon, 19 Aug 2024 16:16:20 +0000 Subject: [PATCH] test Signed-off-by: Navin Chandra --- .github/workflows/ci-test-ginkgo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-ginkgo.yml b/.github/workflows/ci-test-ginkgo.yml index b24681825..7437c903f 100644 --- a/.github/workflows/ci-test-ginkgo.yml +++ b/.github/workflows/ci-test-ginkgo.yml @@ -2,7 +2,7 @@ name: ci-test-ginkgo on: push: - branches: [main, fix-coverage-crio] + branches: [main, fix-coverage-crio ] paths: - "KubeArmor/**" - "tests/**"