Skip to content

Commit e1d2eb3

Browse files
committed
Add repository check
1 parent 3d32129 commit e1d2eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
upload:
1010
runs-on: ubuntu-latest
11-
if: github.event.workflow_run.actor.name != 'dependabot[bot]'
11+
if: github.event.workflow_run.actor.name != 'dependabot[bot]' && github.repository == 'OptimumCode/json-schema-validator'
1212
steps:
1313
- name: 'Checkout Repository'
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)