Skip to content

Commit 033493f

Browse files
authored
Merge pull request #691 from doorstop-dev/dependabot/pip/jinja2-3.1.6
Bump jinja2 from 3.1.3 to 3.1.6
2 parents a24d4fc + 74bdac1 commit 033493f

File tree

2 files changed

+112
-18
lines changed

2 files changed

+112
-18
lines changed

.github/workflows/execute-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Upload coverage
6565
uses: codecov/codecov-action@v4
66-
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && (github.event_name != 'pull_request' || (!github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]')) }}
66+
if: ${{ inputs.os == 'ubuntu-latest' && matrix.python-version == '3.9' && (github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/dependabot/') || (github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork)) }}
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
fail_ci_if_error: true

0 commit comments

Comments
 (0)