Skip to content

Commit c853fa5

Browse files
authored
Merge pull request #687 from doorstop-dev/dependabot/pip/requests-2.32.2
Bump requests from 2.31.0 to 2.32.2
2 parents bbfb1bf + 74bbe73 commit c853fa5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/execute-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Upload coverage
6666
uses: codecov/codecov-action@v4
67-
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && !github.event.pull_request.head.repo.fork }}
67+
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) }}
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
fail_ci_if_error: true

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)