diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a5bee0fb8..6a17d4318b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: tox - name: Run Coverage - if: matrix.toxenv == 'django42-drflatest' + if: matrix.python-version == '3.8' && matrix.toxenv == 'django42-drflatest' uses: codecov/codecov-action@v3 with: flags: unittests