Skip to content

Commit

Permalink
Merge pull request #655 from doorstop-dev/dependabot/pip/certifi-2024…
Browse files Browse the repository at this point in the history
….7.4

Bump certifi from 2024.2.2 to 2024.7.4
  • Loading branch information
jacebrowning authored Jan 11, 2025
2 parents 04cd413 + f0a832c commit 5d3de52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/execute-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Upload coverage
uses: codecov/codecov-action@v4
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && github.repository == 'doorstop-dev/doorstop' }}
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && !github.event.pull_request.head.repo.fork }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d3de52

Please sign in to comment.