Skip to content

Commit

Permalink
Merge pull request #87 from DDS-GmbH/fix/sonarcloud_dependabot
Browse files Browse the repository at this point in the history
Do not run sonarcloud on dependabot push
  • Loading branch information
AntonOellerer authored Nov 8, 2021
2 parents 5b7d566 + f52e713 commit 9622b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
checkstyle:
name: checkstyle
runs-on: ubuntu-20.04
if: ${{ github.actor != 'dependabot[bot]' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down Expand Up @@ -90,6 +89,7 @@ jobs:
sonarcloud:
name: sonarcloud
runs-on: ubuntu-20.04
if: ${{ github.actor != 'dependabot[bot]' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 9622b3c

Please sign in to comment.