We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2633e5c commit de89366Copy full SHA for de89366
.github/workflows/bench-upload.yml
@@ -7,7 +7,7 @@ on:
7
- cron: 0 0 * * *
8
workflow_dispatch:
9
inputs:
10
- dry-run:
+ just-check:
11
description: If set, no results will be uploaded.
12
required: true
13
type: boolean
@@ -37,5 +37,5 @@ jobs:
37
cd enso/tools/performance/engine-benchmarks/bench_tool
38
python3 website_regen.py \
39
-v \
40
- ${{ if github.event.inputs.dry-run}} --dry-run ${{ endif }} \
+ ${{ if github.event.inputs.just-check}} --dry-run ${{ endif }} \
41
--local-repo engine-benchmark-results
0 commit comments