Skip to content

Commit

Permalink
Run sonar workflow only on local PRs and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg authored Dec 10, 2023
1 parent bc2afe9 commit bbffa0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions: read-all
jobs:
build:
name: Analyze
if: github.repository == 'manugarg/pacparser' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit bbffa0e

Please sign in to comment.