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 ea0a4b3 commit e887c9eCopy full SHA for e887c9e
.github/workflows/sonar.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Run sonar-scanner
93
# only run sonar server in push event or pull request event from own repo
94
- if: github.event_name == 'push' || ${{ github.event.pull_request.head.repo.owner.login }} == 'alliander-opensource'
+ if: ${{ (github.event_name == 'push') || (github.event.pull_request.head.repo.owner.login == 'alliander-opensource') }}
95
env:
96
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments