From f4e4a2d050d2a1b6b7d1b7073673e14125e2e0cf Mon Sep 17 00:00:00 2001 From: Meliox <5264368+Meliox@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:20:14 +0200 Subject: [PATCH] workflow: remove duplicate name (#198) Co-authored-by: Meliox --- .github/workflows/install-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/install-test.yml b/.github/workflows/install-test.yml index 1d894e0..1391d30 100644 --- a/.github/workflows/install-test.yml +++ b/.github/workflows/install-test.yml @@ -9,8 +9,6 @@ name: Test Patches - Post Build # Wired via workflow_run, so it fires for builds on ANY branch/PR. (GitHub always # runs the default-branch copy of this file, so it activates once merged to main.) -name: Test Patches - Post Build - on: workflow_run: workflows: ["Test Release Build"]