From 4f19b4d5fe3877bef9e506d1dc5b23f924e7078b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 26 May 2026 11:52:03 +0200 Subject: [PATCH] Remove "next" test During the policy change removing our "lagging behind", implemented in 168fe81bb40715b28a51e56ef10804e4275ff64c [1], we forgot to remove one "next" test. This should fix it. [1]: https://github.com/kubereboot/kured/commit/168fe81bb40715b28a51e56ef10804e4275ff64c Signed-off-by: Jean-Philippe Evrard --- .github/workflows/on-pr.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index d633540..84bad3b 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -103,7 +103,6 @@ jobs: kubernetes_version: - "previous" - "current" - - "next" steps: - name: Harden Runner uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0