Allow pack job to run in parallel to test

This commit is contained in:
Tyrrrz 2023-09-22 14:51:42 +03:00
parent 850414b017
commit 99b49f0b8f

View file

@ -42,7 +42,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
pack:
needs: test
runs-on: windows-latest
permissions:
actions: write
@ -83,7 +82,9 @@ jobs:
deploy:
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
needs: pack
needs:
- test
- pack
runs-on: ubuntu-latest
permissions:
actions: read