From cdbb466e304d6b4a56896cf2368631f30061a741 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Fri, 26 Jun 2026 23:39:07 +0200 Subject: [PATCH] GH Actions: Fixed mistake in name Signed-off-by: Ole Herman Schumacher Elgesem --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c957ad52a8..6f13d08429 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ on: jobs: style_check: uses: ./.github/workflows/style_check.yml - cfengine_lint: - uses: ./.github/workflows/cfengine_lint.yml + cfengine_cli: + uses: ./.github/workflows/cfengine_cli.yml bootstrap_policy_run_check: - needs: [style_check, cfengine_lint] + needs: [style_check, cfengine_cli] uses: ./.github/workflows/bootstrap_policy_run_check.yml tests: needs: bootstrap_policy_run_check