From 00dfa396cff5ce0132264c2c4cada3ecb600b4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20N=C3=B6the?= Date: Fri, 1 Apr 2022 18:58:53 +0200 Subject: [PATCH] Only upload codecov from one build (#1869) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73ef4689c29..00b1bec5bca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - os: ubuntu-latest python-version: "3.10" install-method: conda + codecov: true - os: ubuntu-latest python-version: "3.10" @@ -115,6 +116,7 @@ jobs: ctapipe-info --version - uses: codecov/codecov-action@v1 + if: matrix.codecov docs: runs-on: ubuntu-latest