From 18fd42ae68a33f3fb69771821736c2f81555698c Mon Sep 17 00:00:00 2001 From: elseif Date: Thu, 16 Jul 2026 01:16:56 +0800 Subject: [PATCH] Rename jobs for V7 in GitHub Actions workflow Signed-off-by: elseif --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a7a28fa..0c9b7ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ on: - v6 - v7 jobs: - Patch_Stable: + Patch_Stable_V7: if: | (github.event_name == 'schedule') || (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) @@ -25,7 +25,7 @@ jobs: release: true secrets: inherit - Patch_LongTerm: + Patch_LongTerm_V7: if: | (github.event_name == 'schedule') || (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) @@ -35,7 +35,7 @@ jobs: release: true secrets: inherit - Patch_Testing: + Patch_Testing_V7: if: | (github.event_name == 'schedule') || (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7'))