Skip to content

Commit 617cb6a

Browse files
committed
Add coverage report for PRs from forks
1 parent dbb435c commit 617cb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-compliance-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
upload-coverage:
6464
runs-on: ubuntu-latest
65-
if: github.event.workflow_run.actor.name != 'dependabot[bot]' && github.repository == 'OptimumCode/json-schema-validator' && github.event.workflow_run.conclusion == 'success'
65+
if: github.event.workflow_run.actor.name != 'dependabot[bot]' && github.event.workflow_run.conclusion == 'success'
6666
steps:
6767
- name: 'Checkout Repository'
6868
uses: actions/checkout@v4

0 commit comments

Comments
 (0)