add needs: runbuild (#1149)

This commit is contained in:
Mike Sawka 2024-10-26 11:40:25 -07:00 committed by GitHub
parent 0b74d72cfd
commit 76bb374d52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,6 +162,7 @@ jobs:
path: make path: make
create-release: create-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: runbuild
if: ${{ github.event_name != 'workflow_dispatch' }} if: ${{ github.event_name != 'workflow_dispatch' }}
steps: steps:
- name: Download artifacts - name: Download artifacts