From e1cbb48ef9403dbcef4d83fe0073446439564d1d Mon Sep 17 00:00:00 2001 From: Jaydip Gabani Date: Wed, 23 Oct 2024 18:45:37 -0700 Subject: [PATCH] chore: renaming gatekeeper ci test to add informatinve (#479) Signed-off-by: Jaydip Gabani --- .github/workflows/gatekeeper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatekeeper.yml b/.github/workflows/gatekeeper.yml index c74e07655..e4c6cba9f 100644 --- a/.github/workflows/gatekeeper.yml +++ b/.github/workflows/gatekeeper.yml @@ -6,7 +6,7 @@ permissions: jobs: gk-test: - name: "Gatekeeper Test" + name: "[Informative] Gatekeeper Test" runs-on: ubuntu-latest timeout-minutes: 15 steps: