Skip to content

Commit

Permalink
ci: fix reporting issue when the author is dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Feb 6, 2024
1 parent ac5ea2a commit e50b1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:

reports:
name: Report Test Coverages
if: ${{ github.actor != 'dependabot[bot]' || needs.tests.outputs.has-reports == '1' }}
if: ${{ github.actor != 'dependabot[bot]' && needs.tests.outputs.has-reports == '1' }}
runs-on: ubuntu-latest
needs: tests

Expand Down

0 comments on commit e50b1f2

Please sign in to comment.