Skip to content

Commit

Permalink
Merge branch 'develop' into fix/cis-transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
degenaro authored Aug 9, 2024
2 parents 5725f13 + 050c425 commit 7f6480d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
path: coverage.xml

sonar:
if: ${{ github.event.pull_request.base.repo.url == github.event.pull_request.head.repo.url }}
if: ${{ (github.event.pull_request.base.repo.url == github.event.pull_request.head.repo.url && github.triggering_actor != 'dependabot[bot]' ) }}
runs-on: ubuntu-latest
needs: [ test, set-versions]
steps:
Expand Down

0 comments on commit 7f6480d

Please sign in to comment.