Fixed job dependencies

This commit is contained in:
Antoine Gersant 2024-09-29 12:55:58 -07:00
parent e11344d2b4
commit 63b92718d5

View file

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