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 ad35d13 commit db1f34fCopy full SHA for db1f34f
.github/workflows/workflow.yml
@@ -11,6 +11,7 @@ jobs:
11
test:
12
name: Test Python ${{ matrix.python-version }} on ${{ matrix.os }}
13
runs-on: ${{ matrix.runs-on || matrix.os }}
14
+ if: "!startsWith(github.ref, 'refs/tags/')"
15
strategy:
16
fail-fast: false
17
matrix:
@@ -68,7 +69,6 @@ jobs:
68
69
build:
70
name: Build for Python ${{ matrix.python-version }} on ${{ matrix.os }}
71
- needs: [test]
72
if: startsWith(github.ref, 'refs/tags/v')
73
74
0 commit comments