Skip to content

Commit

Permalink
only dependabot skips codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLucche authored and dtrifiro committed Sep 17, 2024
1 parent cd73ed9 commit 047f767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 85 deletions.
85 changes: 0 additions & 85 deletions .github/workflows/pr_tests.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Tests
on:
push:
branches: [main]
pull_request:
merge_group:
workflow_dispatch:
schedule:
- cron: "20 4 * * 2" # once a week
Expand Down Expand Up @@ -73,6 +75,7 @@ jobs:

- name: Upload coverage report
uses: codecov/codecov-action@v4
if: github.actor != 'dependabot[bot]'
with:
fail_ci_if_error: true
env:
Expand Down

0 comments on commit 047f767

Please sign in to comment.