Skip to content

Commit c9bdfcb

Browse files
committed
fix: deactivate Sonar Cloud analysis for forked repositories
1 parent 9f1ddcd commit c9bdfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
static-code-analysis:
120120
name: "Static code analysis"
121-
if: ${{ github.actor != 'dependabot[bot]' }}
121+
if: ${{ (github.actor != 'dependabot[bot]') && (github.repository == 'Testably/Testably.Abstractions') }}
122122
runs-on: ubuntu-latest
123123
env:
124124
REPORTGENERATOR_LICENSE: ${{ secrets.REPORTGENERATOR_LICENSE }}

0 commit comments

Comments
 (0)