Skip to content

Commit a96d6f5

Browse files
committed
Don't run SonarCloud on PRs from forks.
The secret isn't available to forks.
1 parent 38dd2c9 commit a96d6f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
build:
1717
name: Scan
1818
runs-on: windows-latest
19+
if: github.repository_owner == 'mysql-net'
1920
steps:
2021
- name: Set up JDK 11
2122
uses: actions/setup-java@v1

0 commit comments

Comments
 (0)