From 752bca4f6e952374a3e4c02e853a0d4aae7082d2 Mon Sep 17 00:00:00 2001 From: dhuangnm Date: Thu, 12 Sep 2024 13:48:17 -0400 Subject: [PATCH] still uses k8s-util --- .github/workflows/build-test.yml | 2 +- .github/workflows/upload.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index cbb74e7e..acc961c4 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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 }} diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 950f5e2c..62648ba1 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -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