aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
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 }}