Skip to content

Commit 5773a4c

Browse files
committed
Make ci run the whole pipeline without actually publishing.
1 parent 00e36c0 commit 5773a4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
run: python -m unittest test/dhn_med_py_test.py
4646
shell: bash
4747

48-
release:
49-
if: contains(github.ref, 'refs/tags/')
48+
release-build-test:
5049
needs: test
5150

5251
runs-on: ${{ matrix.buildplat[0] }}

0 commit comments

Comments
 (0)