diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index acc961c4..6d4d4d84 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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 diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 62648ba1..10355140 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -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: @@ -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: @@ -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 }}