From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 2 May 2023 19:08:08 +0000 (-0700) Subject: Fixes a small step naming thing, updates codecov to only upload on pull request events X-Git-Tag: v1.14.5~1^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b2bcafc542103b2ce852655dd287116c641d34;p=thirdparty%2Fpaperless-ngx.git Fixes a small step naming thing, updates codecov to only upload on pull request events --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae6809c190..c8afcb261c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: pipenv --python ${{ steps.setup-python.outputs.python-version }} run pytest -ra - name: Upload coverage to Codecov - if: ${{ matrix.python-version == env.DEFAULT_PYTHON_VERSION }} + if: ${{ matrix.python-version == env.DEFAULT_PYTHON_VERSION && github.event_name == 'pull_request'}} uses: codecov/codecov-action@v3 with: # not required for public repos, but intermittently fails otherwise @@ -255,7 +255,7 @@ jobs: # the append input with a native arm64 arch could be used to # significantly speed up building - - name: Set up Docker Buildx (fork/failure) + name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Set up QEMU