File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 uses : docker/setup-qemu-action@v2
129129
130130 - name : Build wheels
131- 131+ 132132 # GitHub Actions specific build parameters
133133 env :
134134 # pass GitHub runner info into Linux container
Original file line number Diff line number Diff line change 9191
9292 - name : Run sonar-scanner
9393 # 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'
94+ if : ${{ ( github.event_name == 'push') || ( github.event.pull_request.head.repo.owner.login == 'alliander-opensource') }}
9595 env :
9696 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9797 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments