Skip to content

Commit db1f34f

Browse files
committed
V5.0.1
1 parent ad35d13 commit db1f34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
test:
1212
name: Test Python ${{ matrix.python-version }} on ${{ matrix.os }}
1313
runs-on: ${{ matrix.runs-on || matrix.os }}
14+
if: "!startsWith(github.ref, 'refs/tags/')"
1415
strategy:
1516
fail-fast: false
1617
matrix:
@@ -68,7 +69,6 @@ jobs:
6869
build:
6970
name: Build for Python ${{ matrix.python-version }} on ${{ matrix.os }}
7071
runs-on: ${{ matrix.runs-on || matrix.os }}
71-
needs: [test]
7272
if: startsWith(github.ref, 'refs/tags/v')
7373
strategy:
7474
matrix:

0 commit comments

Comments
 (0)