Skip to content

Commit

Permalink
Merge branch 'main' into update-vertx
Browse files Browse the repository at this point in the history
  • Loading branch information
fab-10 authored Apr 4, 2023
2 parents 8ff8e94 + ad43d0d commit 651cb4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
Analysis:
runs-on: ubuntu-latest

if: github.repository == 'hyperledger/besu'
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -38,5 +38,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build sonarqube --info
run: ./gradlew build sonarqube --continue --info

0 comments on commit 651cb4b

Please sign in to comment.