Skip to content

Commit

Permalink
Do not run sonarcloud on dependabot push
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOellerer committed Nov 8, 2021
1 parent 05f9e89 commit 52a336a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
checkstyle:
name: checkstyle
runs-on: ubuntu-20.04
if: ${{ github.actor != 'dependabot[bot]' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 52a336a

Please sign in to comment.