diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a660a94..c4ccd9c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,6 +28,7 @@ jobs: - name: Generate XML coverage report run: python -m coverage xml - name: Report coverage + if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} uses: codacy/codacy-coverage-reporter-action@v1 with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} diff --git a/requirements.txt b/requirements.txt index 257e5d2..0e0cac4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ boto3==1.20.38 webdavclient3==3.14.6 requests==2.32.4 setuptools>=40.8.0 -wheel==0.38.4 +wheel==0.46.2 pyyaml==6.0.1 awslambdaric==2.0.12 rucio-clients==36.5.0