mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +00:00
Only upload code coverage data for scheduled CI runs. (#1135)
This commit is contained in:
parent
a3093604fa
commit
8e2056fcb1
3
.github/workflows/nox.yml
vendored
3
.github/workflows/nox.yml
vendored
@ -27,6 +27,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
change-detection-in-prs: true
|
change-detection-in-prs: true
|
||||||
upload-codecov: true
|
upload-codecov: true
|
||||||
|
upload-codecov-pr: false
|
||||||
|
upload-codecov-push: false
|
||||||
|
upload-codecov-schedule: true
|
||||||
max-ansible-core: "2.16"
|
max-ansible-core: "2.16"
|
||||||
secrets:
|
secrets:
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user