Skip to content

Commit

Permalink
sonarcloud: only run if from us
Browse files Browse the repository at this point in the history
closes #1
9
2
  • Loading branch information
derTobsch committed Dec 6, 2024
1 parent d424958 commit c3f329a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
sonarqube:
name: SonarQube Cloud
runs-on: ubuntu-24.04
if: ${{ github.repository == 'focus-shift/jollyday' && (github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')) }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c3f329a

Please sign in to comment.