Fixed job dependencies

This commit is contained in:
Antoine Gersant 2024-09-29 12:55:58 -07:00
parent 4548574298
commit 2992ef89b8

View file

@ -36,7 +36,7 @@ jobs:
windows: windows:
name: Windows name: Windows
runs-on: windows-latest runs-on: windows-latest
needs: create_release needs: branch_and_tag
steps: steps:
- name: Checkout Polaris - name: Checkout Polaris
@ -62,7 +62,7 @@ jobs:
linux: linux:
name: Linux name: Linux
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: create_release needs: branch_and_tag
steps: steps:
- name: Checkout Polaris - name: Checkout Polaris