From 81156fe913e7e03cfaefce5a6b7c8cdfc9fb254c Mon Sep 17 00:00:00 2001 From: Meliox Date: Thu, 11 Jun 2026 19:19:45 +0200 Subject: [PATCH] workflow: remove duplicate name --- .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"]