From 4761e53917eaa4aa2532f831a1b206f5cb4a2691 Mon Sep 17 00:00:00 2001 From: elseif Date: Fri, 21 Aug 2026 17:40:18 +0800 Subject: [PATCH] Update main.yml Signed-off-by: elseif --- .github/workflows/main.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e46632..d316248 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,25 +35,25 @@ jobs: release: true secrets: inherit - Patch_Testing_V7: - if: | - (github.event_name == 'schedule') || - (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) - uses: ./.github/workflows/patch_v7.yml - with: - channel: testing - release: true - secrets: inherit + # Patch_Testing_V7: + # if: | + # (github.event_name == 'schedule') || + # (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) + # uses: ./.github/workflows/patch_v7.yml + # with: + # channel: testing + # release: true + # secrets: inherit - Patch_Development_V7: - if: | - (github.event_name == 'schedule') || - (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) - uses: ./.github/workflows/patch_v7.yml - with: - channel: development - release: true - secrets: inherit + # Patch_Development_V7: + # if: | + # (github.event_name == 'schedule') || + # (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) + # uses: ./.github/workflows/patch_v7.yml + # with: + # channel: development + # release: true + # secrets: inherit Patch_Stable_V6: if: |