Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Sep 12, 2024
1 parent 752bca4 commit a2f2ab5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@ 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: 1 addition & 7 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ on:
description: "push asset to public pypi."
type: boolean
default: false
testmo_run_id:
description: "testmo run id"
type: string

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

jobs:

Expand Down Expand Up @@ -82,7 +76,7 @@ jobs:
version: '>= 473.0.0'

- name: download assets
uses: neuralmagic/nm-actions/actions/gcp-download-assets@v1.1.0
uses: neuralmagic/nm-actions/actions/gcp-download-assets@newadd
with:
bucket_source: ${{ secrets.GCP_BUILD_ML_ASSETS2 }}
run_id: ${{ inputs.run_id }}
Expand Down

0 comments on commit a2f2ab5

Please sign in to comment.