File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Python package (with methods that need proxy)
55
66on :
77 workflow_run :
8- workflows : ["lint "]
8+ workflows : ["Python package "]
99 branches : [main]
1010 types :
1111 - completed
3737 # uses: typilus/typilus-action@v0.9
3838 - name : Run unittests
3939 id : unittests
40- if : ${{ github.event.pull_request.draft == false }}
40+ if : ${{ github.event.pull_request.ready_for_review == true }}
4141 continue-on-error : true
4242 env :
4343 CONNECTION_METHOD : ${{ secrets.CONNECTION_METHOD }}
4848 run : |
4949 coverage run -m unittest -v test_module.TestScholarlyWithProxy
5050 - name : Generate coverage report
51- if :
52- " matrix.os == 'macos-latest'"
5351 run : |
5452 curl --data-binary @.github/.codecov.yml https://codecov.io/validate | head -n 1
5553 coverage xml
Original file line number Diff line number Diff line change 1111 pull_request :
1212 branches : [main, develop]
1313 workflow_run :
14- workflows : ["lint"]
15- # branches: [main]
14+ workflows : ["lint", lint ]
15+ branches : [main, develop ]
1616 types :
1717 - completed
1818
You can’t perform that action at this time.
0 commit comments