Skip to content

Commit

Permalink
ci(sonarcloud): skip step if author is dependabot... 2 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Mar 22, 2023
1 parent 7f75c20 commit 1f70e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- all-tests
if: github.event.pull_request.user.login != 'dependabot'
if: github.actor != 'dependabot'
steps:
- name: Checkout GitHub repository 馃摗
uses: actions/checkout@v3
Expand Down

0 comments on commit 1f70e24

Please sign in to comment.