Skip to content

Commit

Permalink
Merge pull request #252 from ilnarkhasanov/fix-sonarcloud
Browse files Browse the repository at this point in the history
Update SonarCloud workflow
  • Loading branch information
yegor256 committed Mar 29, 2024
2 parents 2b00060 + 56d622a commit 639baa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ name: sonarcloud
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
if: github.repository == 'yegor256/cam' &&
github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 639baa9

Please sign in to comment.