Skip to content

Commit 01c31f9

Browse files
committed
Fixup main.yml CI
1 parent ea59d16 commit 01c31f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ jobs:
465465

466466
release:
467467
if: startsWith(github.ref, 'refs/tags/v')
468-
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]
468+
needs: [pytest, build-linux-armhf, build-windows-x86_64, build-macos-x86_64, build-macos-arm64, build-linux-x86_64, build-linux-arm64]
469469
runs-on: ubuntu-latest
470470

471471
steps:

0 commit comments

Comments
 (0)