From 3c4300d7d57d373b60738d7eb87f402e1d537b1c Mon Sep 17 00:00:00 2001 From: Frank Liu Date: Mon, 3 Jul 2023 16:44:56 -0700 Subject: [PATCH] [ci] Fixes nightly publish ci bug (#2691) --- .github/workflows/nightly_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly_publish.yml b/.github/workflows/nightly_publish.yml index 7253210c118..0a51c3d5381 100644 --- a/.github/workflows/nightly_publish.yml +++ b/.github/workflows/nightly_publish.yml @@ -163,7 +163,7 @@ jobs: publish: if: github.repository == 'deepjavalibrary/djl' runs-on: ubuntu-latest - needs: [ build, test-pytorch, test-tensorflow, test-aarch64, test-cuda-102, test-cuda-118 ] + needs: [ build, test-pytorch, test-tensorflow, test-aarch64, test-cuda-118 ] steps: - uses: actions/checkout@v3 - name: Set up JDK 11 @@ -244,7 +244,7 @@ jobs: stop-runners: if: ${{ github.repository == 'deepjavalibrary/djl' && always() }} runs-on: [ self-hosted, scheduler ] - needs: [ create-runners, test-aarch64, test-cuda-102, test-cuda-118 ] + needs: [ create-runners, test-aarch64, test-cuda-118 ] steps: - name: Stop all instances run: |