ci: send data to coveralls from emqx/emqx only
This commit is contained in:
parent
004dc80fb2
commit
4ab5740952
|
@ -213,13 +213,14 @@ jobs:
|
||||||
|
|
||||||
- name: make cover
|
- name: make cover
|
||||||
env:
|
env:
|
||||||
PROFILE: emqx-enterprise
|
PROFILE: ${{ matrix.profile }}
|
||||||
run: make cover
|
run: make cover
|
||||||
|
|
||||||
- name: send to coveralls
|
- name: send to coveralls
|
||||||
|
if: github.repository == 'emqx/emqx'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PROFILE: emqx-enterprise
|
PROFILE: ${{ matrix.profile }}
|
||||||
run: make coveralls
|
run: make coveralls
|
||||||
|
|
||||||
- name: get coveralls logs
|
- name: get coveralls logs
|
||||||
|
@ -228,6 +229,7 @@ jobs:
|
||||||
|
|
||||||
# do this in a separate job
|
# do this in a separate job
|
||||||
upload_coverdata:
|
upload_coverdata:
|
||||||
|
if: github.repository == 'emqx/emqx'
|
||||||
needs: make_cover
|
needs: make_cover
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue