Skip to content

Commit

Permalink
Revert "ci: do not run coverage for dependabot pull requests"
Browse files Browse the repository at this point in the history
This reverts commit e545b7f.
  • Loading branch information
marcospereira committed Apr 5, 2024
1 parent 230714d commit 74b5c7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ jobs:
# Do not run coverage for forks since they cannot upload
# the results to codecov. For reference, see:
# https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution#example-only-run-job-for-specific-repository
#
# Do not run coverage for dependabot since it won't have access to Codecov token, and it shouldn't
# affect coverage numbers anyway.
if: ${{ github.repository == 'casid/jte' && github.actor != 'dependabot[bot]' }}
if: github.repository == 'casid/jte'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 74b5c7b

Please sign in to comment.