Skip to content

Commit

Permalink
Update test_inputs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMirosavljevicHTEC authored May 15, 2024
1 parent cd6faee commit eeb00bd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/test_inputs.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
name: Test inputs
on:
workflow_dispatch:


extends:
- .github/workflows/inputs.yaml

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]

- name: use template
id: template
uses: ./.github/workflows/inputs.yaml
with:
onnx_version: ${{ github.event.inputs.onnx_version }}
# - name: use template
# id: template
# uses: ./.github/workflows/inputs.yaml
# with:
# onnx_version: ${{ github.event.inputs.onnx_version }}

- name: get value
run: |
Expand Down

0 comments on commit eeb00bd

Please sign in to comment.