diff --git a/.github/workflows/code_coverage_fork.yaml b/.github/workflows/code_coverage_fork.yaml index 33ad35bc..c3cd0e80 100644 --- a/.github/workflows/code_coverage_fork.yaml +++ b/.github/workflows/code_coverage_fork.yaml @@ -1,12 +1,6 @@ name: Code Coverage Fork -on: - pull_request_target: - types: - - opened - - edited - - reopened - - synchronize +on: pull_request_target jobs: run_tests: @@ -25,12 +19,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install pip - run: pip install -r requirements/pip.txt - - - name: Install Dependencies - run: pip install -r requirements/ci.txt - - name: Run Coverage if: matrix.python-version == '3.8' && matrix.toxenv=='django42' uses: codecov/codecov-action@v4