Skip to content

Commit 5826a92

Browse files
authored
typo
1 parent 63578bf commit 5826a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perf-test-with-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
required: true
2323
type: string
2424
input_file:
25-
description: "Required: Input file name used for all steps."
25+
description: "Require: Input file name used for all steps."
2626
required: true
2727
type: string
2828
duration:
@@ -91,8 +91,8 @@ jobs:
9191
run: echo "timestamp=$(date '+%Y%m%d%H%M%S')" >> $GITHUB_ENV
9292

9393
- name: Run file import for new file
94-
run: |
9594
if: inputs.runDataPrep == true
95+
run: |
9696
mkdir -p import-output
9797
import_output_dir=import-output
9898
jmeter/bin/jmeter -n -t performance-tests/E2E/upload-cohort-data.jmx \

0 commit comments

Comments
 (0)