Skip to content

Commit

Permalink
IGNITE-20466 Support sonar check from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
skorotkov committed Jul 22, 2024
1 parent 1c3ac2b commit 806ef4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-pr-from-fork-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
jobs:
build:
if: github.repository == 'skorotkov/ignite'
name: Build Artifacts for Sonar Analysis
name: Build Pull Request Artifacts for Sonar Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar-pr-from-fork-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: Sonar Quality Pull Request Analysis
name: SonarScan

on:
workflow_run:
Expand All @@ -28,7 +28,7 @@ permissions:
jobs:
sonarcloud:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Sonar Analysis
name: Sonar Quality Pull Request Analysis
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down

0 comments on commit 806ef4c

Please sign in to comment.