Skip to content

Commit

Permalink
[ci] Fixes nightly publish ci bug (#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Jul 3, 2023
1 parent 1e57ad2 commit 3c4300d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 3c4300d

Please sign in to comment.