Skip to content

Commit 80be825

Browse files
committed
Remove dist.needs.test, add pypi.needs.test
1 parent fa59429 commit 80be825

File tree

1 file changed

+3
-3
lines changed
  • template/{% if git_platform=="github.com" %}.github{% endif %}/workflows

1 file changed

+3
-3
lines changed

template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/ci.yml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353

5454
{% endif %}
5555
dist:
56-
needs: [check, test]
57-
if: needs.test.result == 'success' && needs.check.outputs.branch-pr == ''
56+
needs: check
57+
if: needs.check.outputs.branch-pr == ''
5858
uses: ./.github/workflows/_dist.yml
5959
{% if pypi %}
6060
pypi:
6161
if: needs.dist.result == 'success' && github.ref_type == 'tag'
62-
needs: [dist]
62+
needs: [dist, test]
6363
uses: ./.github/workflows/_pypi.yml
6464
permissions:
6565
id-token: write

0 commit comments

Comments
 (0)