Skip to content

Commit 9f94ab4

Browse files
committed
1 parent bfa1e1b commit 9f94ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
name: Scan
1616
runs-on: windows-latest
17-
if: github.repository_owner == 'mysql-net'
17+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
1818
steps:
1919
- name: Set up JDK 11
2020
uses: actions/setup-java@v1

0 commit comments

Comments
 (0)