From d0889535d6a0abc4164f7e9e655710b504a0bcdb Mon Sep 17 00:00:00 2001 From: Dario Ghunney Ware Date: Fri, 11 Apr 2025 13:17:57 +0100 Subject: [PATCH] adding new test workflow_dispatch --- .github/workflows/multiOSReleases.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index 9c41632a1..8dc38895d 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -4,8 +4,11 @@ on: workflow_dispatch: release: types: [created] - push: - branches: [ "mac-x86_64-installer-fix" ] + inputs: + test_mode: + description: "Run in test mode (skips release step)" + required: false + default: "false" permissions: contents: read @@ -287,6 +290,7 @@ jobs: !cosign.* create-release: + if: github.event_name != 'workflow_dispatch' || github.event.inputs.test_mode != 'true' needs: [read_versions, sign_verify, sign_verify-portable] runs-on: ubuntu-latest permissions: