Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
PR input
Browse files Browse the repository at this point in the history
remove an extra "whl" arg.
rename workflow
  • Loading branch information
derekk-nm committed Jul 10, 2024
1 parent b4d9020 commit f13ee34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nm-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
UPLOAD:
needs: [TEST, BENCHMARK, LM-EVAL]
if: ${{ inputs.push_to_pypi }}
uses: ./.github/workflows/nm-upload-assets-to-gcp.yml
uses: ./.github/workflows/nm-upload-assets.yml
with:
label: gcp-k8s-util
timeout: ${{ inputs.build_timeout }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ on:
description: "workflow category: REMOTE, NIGHTLY, RELEASE"
type: string
default: "REMOTE"
whl:
description: "wheel file path"
type: string
required: true

jobs:

Expand Down

0 comments on commit f13ee34

Please sign in to comment.