File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ jobs:
2626 reference : " main"
2727 tag : " ${{ github.ref_name }}"
2828
29- tests :
30- name : tests
29+ python- tests :
30+ name : python- tests
3131 needs : on-main-branch-check
3232 if : ${{ needs.on-main-branch-check.outputs.on_main == 'true' }}
3333 uses : " ./.github/workflows/tests_python.yml"
3434
3535 build-wheels :
3636 name : build wheels
37- needs : tests
37+ needs : python- tests
3838 uses : " ./.github/workflows/wheels.yml"
3939
4040 build-sdist :
4141 name : build source distribution
42- needs : tests
42+ needs : python- tests
4343 runs-on : ubuntu-latest
4444 steps :
4545 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11name : scala tests
22
3- on : [ push, pull_request ]
3+ on :
4+ push :
5+ branches :
6+ - " **"
7+ tags :
8+ - " !**"
9+ workflow_call :
410
511jobs :
612 Tests :
You can’t perform that action at this time.
0 commit comments