mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-04-19 11:11:18 +00:00
adding new test workflow_dispatch
This commit is contained in:
parent
90fe63b2ee
commit
d0889535d6
8
.github/workflows/multiOSReleases.yml
vendored
8
.github/workflows/multiOSReleases.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user