Skip to content

Commit

Permalink
Fixup main.yml CI
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Jan 26, 2023
1 parent ea59d16 commit 01c31f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ jobs:

release:
if: startsWith(github.ref, 'refs/tags/v')
needs: [deploy-mock, pytest, build-linux-armhf, build-windows-x86_64, build-macos-x86_64, build-macos-arm64, build-linux-x86_64, build-linux-arm64]
needs: [pytest, build-linux-armhf, build-windows-x86_64, build-macos-x86_64, build-macos-arm64, build-linux-x86_64, build-linux-arm64]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 01c31f9

Please sign in to comment.