Skip to content

Commit

Permalink
still uses k8s-util
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Sep 12, 2024
1 parent fe91d04 commit 752bca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: TEST
uses: ./.github/workflows/upload.yml
with:
label: ${{ inputs.build_label }}
label: k8s-util
timeout: 40
run_id: ${{ github.run_id }}
push_to_pypi: ${{ inputs.push_to_pypi }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:

steps:

# - name: install automation components
# uses: neuralmagic/nm-actions/actions/install-automation-components@v1.0.0
- name: install automation components
uses: neuralmagic/nm-actions/actions/install-automation-components@v1.0.0

- name: set python
id: set-python
Expand Down

0 comments on commit 752bca4

Please sign in to comment.