Skip to content

Commit

Permalink
ci: enable code coverage for dependent bot (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas authored Apr 18, 2024
1 parent c060f75 commit b1c70e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
needs:
- unit-tests
- e2e-tests
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.actor != 'dependabot[bot]' }}
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
with:
custom-job-label: Standard
enable-codecov-analysis: true
Expand All @@ -83,7 +83,7 @@ jobs:
needs:
- unit-tests
- e2e-tests
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.actor != 'dependabot[bot]' }}
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
with:
custom-job-label: Coverage
enable-codacy-coverage: true
Expand Down

0 comments on commit b1c70e8

Please sign in to comment.