Skip to content

Commit

Permalink
fixup! [skip ci] github.event.inputsinputs.version
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Sep 2, 2024
1 parent 7357797 commit 21fdd30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ env:
ONNXRUNTIME_VERSION:
|- # workflow_dispatchでのバージョン名が入る。無指定なら適当なバージョン
${{ inputs.version || '1.17.3' }}

RELEASE:
|- # workflow_dispatchでのreleaseフラグがあればリリースする
${{ github.event.inputs.release == 'true' }}
${{ inputs.release == 'true' }}

defaults:
run:
Expand Down

0 comments on commit 21fdd30

Please sign in to comment.