mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Run coveralls only when needed
This commit is contained in:
parent
81ed80c594
commit
d0b163764e
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -74,7 +74,8 @@ jobs:
|
||||||
if: matrix.python-version == '3.9' && matrix.os == 'ubuntu-22.04'
|
if: matrix.python-version == '3.9' && matrix.os == 'ubuntu-22.04'
|
||||||
|
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
if: (runner.os == 'Linux' && matrix.python-version == '3.9')
|
if: (runner.os == 'Linux' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-22.04'
|
||||||
|
)
|
||||||
env:
|
env:
|
||||||
# Coveralls token. Not used as secret due to github not providing secrets to forked repositories
|
# Coveralls token. Not used as secret due to github not providing secrets to forked repositories
|
||||||
COVERALLS_REPO_TOKEN: 6D1m0xupS3FgutfuGao8keFf9Hc0FpIXu
|
COVERALLS_REPO_TOKEN: 6D1m0xupS3FgutfuGao8keFf9Hc0FpIXu
|
||||||
|
|
Loading…
Reference in New Issue
Block a user