We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29e311 commit def0ca4Copy full SHA for def0ca4
.github/workflows/sonar.yaml
@@ -9,6 +9,8 @@ jobs:
9
build:
10
name: Build
11
runs-on: ubuntu-22.04
12
+ # Sonar Token can't be passed to PRs from forks. Disable Sonar workflow unless PR is from a branch.
13
+ if: github.event.pull_request.head.repo.full_name == github.repository
14
steps:
15
- uses: actions/checkout@v4
16
with:
0 commit comments