We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2020a7a commit b1bd36eCopy full SHA for b1bd36e
.github/workflows/workflow.yml
@@ -68,6 +68,7 @@ jobs:
68
build:
69
name: Build for Python ${{ matrix.python-version }} on ${{ matrix.os }}
70
runs-on: ${{ matrix.runs-on || matrix.os }}
71
+ needs: [test]
72
if: startsWith(github.ref, 'refs/tags/v')
73
strategy:
74
matrix:
0 commit comments