Skip to content

Commit de89366

Browse files
committed
Fix input name in workflow file
1 parent 2633e5c commit de89366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench-upload.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: 0 0 * * *
88
workflow_dispatch:
99
inputs:
10-
dry-run:
10+
just-check:
1111
description: If set, no results will be uploaded.
1212
required: true
1313
type: boolean
@@ -37,5 +37,5 @@ jobs:
3737
cd enso/tools/performance/engine-benchmarks/bench_tool
3838
python3 website_regen.py \
3939
-v \
40-
${{ if github.event.inputs.dry-run}} --dry-run ${{ endif }} \
40+
${{ if github.event.inputs.just-check}} --dry-run ${{ endif }} \
4141
--local-repo engine-benchmark-results

0 commit comments

Comments
 (0)