Skip to content

Commit b1c70e8

Browse files
ci: enable code coverage for dependent bot (#238)
Signed-off-by: Jeffrey Tang <[email protected]>
1 parent c060f75 commit b1c70e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flow-pull-request-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
needs:
7070
- unit-tests
7171
- e2e-tests
72-
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.actor != 'dependabot[bot]' }}
72+
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
7373
with:
7474
custom-job-label: Standard
7575
enable-codecov-analysis: true
@@ -83,7 +83,7 @@ jobs:
8383
needs:
8484
- unit-tests
8585
- e2e-tests
86-
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.actor != 'dependabot[bot]' }}
86+
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
8787
with:
8888
custom-job-label: Coverage
8989
enable-codacy-coverage: true

0 commit comments

Comments
 (0)