From e266d0af84daff0f21deed812e2ee156e308e519 Mon Sep 17 00:00:00 2001 From: WilcoLouwerse Date: Thu, 2 Apr 2026 16:10:54 +0200 Subject: [PATCH] fix: rename branch-protection workflow job ID for consistency --- .github/workflows/branch-protection.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch-protection.yml b/.github/workflows/branch-protection.yml index 67cdd60..41d64c3 100644 --- a/.github/workflows/branch-protection.yml +++ b/.github/workflows/branch-protection.yml @@ -5,6 +5,6 @@ on: branches: [main, beta] jobs: - protect: + branch-protection: uses: ConductionNL/.github/.github/workflows/branch-protection.yml@main - secrets: inherit + secrets: inherit \ No newline at end of file