Skip to content

Commit

Permalink
added workflow dispatch and cleaned inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
M_Westerholz committed Oct 11, 2024
1 parent ccae28b commit 981a3a1
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/install-and-run-spsh-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,16 @@
name: Install and Run SPSH loadtest Action

on:
workflow_dispatch:

workflow_call:
inputs:
instance_name:
type: string
required: true
instance_stage:
type: string
required: true
frontend_hostname:
type: string
required: true
release_tag:
type: string
required: true
dbseeding:
required: false
description: "Enable Seeding (true, false, chart_value)"
default: chart_value
type: string
secrets:
TOKEN:
required: true
KUBECONFIG:
required: true
RC_WEBHOOK:
required: true

permissions:
contents: read
Expand Down

0 comments on commit 981a3a1

Please sign in to comment.