Skip to content

Commit

Permalink
chore(ci): fix inputs for gpu full benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Jan 24, 2024
1 parent 0d6e0c7 commit b3976f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integer_gpu_full_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ on:
request_id:
description: "Slab request ID"
type: string
# This input is not used in this workflow but still mandatory since a calling workflow could
# use it. If a triggering command include a user_inputs field, then the triggered workflow
# must include this very input, otherwise the workflow won't be called.
# See start_full_benchmarks.yml as example.
user_inputs:
description: "Type of benchmarks to run"
type: string
default: "weekly_benchmarks"

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit b3976f2

Please sign in to comment.