From 5ba30404b79e90e941a8747d9e6fe26a232eca43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 10 Jan 2024 23:50:41 +0100 Subject: [PATCH] chore: fix ci required names (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/action.yml | 2 +- .github/workflows/check-actions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 03858ab..67d427c 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -204,7 +204,7 @@ jobs: - name: Check install run: kyverno-json version - required: + test-required: needs: - default - verify diff --git a/.github/workflows/check-actions.yaml b/.github/workflows/check-actions.yaml index 29a480c..bdfac62 100644 --- a/.github/workflows/check-actions.yaml +++ b/.github/workflows/check-actions.yaml @@ -11,7 +11,7 @@ on: - 'release*' jobs: - required: + check-required: runs-on: ubuntu-latest steps: - name: Checkout