Skip to content

Commit 2d66438

Browse files
committed
Add test to dist.needs
1 parent 88f18ac commit 2d66438

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
{% endif %}
5555
dist:
56-
needs: check
56+
needs: [check, test]
5757
if: needs.test.result == 'success' && needs.check.outputs.branch-pr == ''
5858
uses: ./.github/workflows/_dist.yml
5959
{% if pypi %}

0 commit comments

Comments
 (0)