[CI] Add needs.

This commit is contained in:
Seunghoon Lee 2024-04-28 13:53:26 +09:00
parent c2710a88f1
commit 17af40c848
No known key found for this signature in database
GPG key ID: 436E38F4E70BD152

View file

@ -36,6 +36,7 @@ jobs:
build_lin:
name: Build and publish (Linux)
runs-on: ubuntu-20.04
needs: release
steps:
- uses: jlumbroso/free-disk-space@main
- name: Install ROCm
@ -81,6 +82,7 @@ jobs:
build_win:
name: Build and publish (Windows)
runs-on: windows-2019
needs: release
steps:
- uses: actions/checkout@v4
with: