Rename jobs for V7 in GitHub Actions workflow

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2026-07-16 01:16:56 +08:00 committed by GitHub
parent 2e1198189c
commit 18fd42ae68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'))