Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Sep 17, 2024
1 parent 568f44f commit 7ab5179
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ jobs:
timeout: 40
run_id: ${{ github.run_id }}
push_to_pypi: ${{ inputs.push_to_pypi }}
testmo_run_id: ${{ needs.BUILD.outputs.testmo_run_id }}
secrets: inherit
8 changes: 8 additions & 0 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
description: "push asset to public pypi."
type: boolean
default: false
testmo_run_id:
description: "testmo run id"
type: string
default: ''

workflow_dispatch:
inputs:
Expand All @@ -39,6 +43,10 @@ on:
description: "push asset to public pypi."
type: boolean
default: false
testmo_run_id:
description: "testmo run id"
type: string
default: ''

jobs:

Expand Down

0 comments on commit 7ab5179

Please sign in to comment.