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: |