aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-01-17 01:33:40 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-01-17 01:33:40 -0500
commit74d1dfb092fcf5efdb9bd7a33425f5a55f1a7e3a (patch)
treeb74657a4693e7b1ca1c5ab28a2e4fa2b98185663 /.github/workflows
parent4402ab62c2c6abde55f9833c852315b7e40a684b (diff)
downloadghasandbox-74d1dfb092fcf5efdb9bd7a33425f5a55f1a7e3a.tar.gz
OK
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pipeline_run.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/pipeline_run.yml b/.github/workflows/pipeline_run.yml
index f9ebe17..55a2ce7 100644
--- a/.github/workflows/pipeline_run.yml
+++ b/.github/workflows/pipeline_run.yml
@@ -12,6 +12,14 @@ on:
required: true
default: ""
+ verbose:
+ type: boolean
+ default: false
+
+ continue_on_error:
+ type: boolean
+ default: false
+
stasis_args:
type: string
description: Arguments to pass to STASIS
@@ -34,4 +42,6 @@ jobs:
artifactory_repo: ${{ inputs.artifactory_repo }}
stasis_args: ${{ inputs.stasis_args }}
option_delivery_file: ${{ inputs.delivery_file }}
+ option_verbose: ${{ inputs.verbose }}
+ option_continue_on_error: ${{ inputs.continue_on_error }}