We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b7565 commit bbf6f49Copy full SHA for bbf6f49
1 file changed
.github/workflows/sonar.yaml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
build:
10
name: Build
11
+ if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
12
runs-on: ubuntu-22.04
13
steps:
14
- uses: actions/checkout@v3
0 commit comments