Skip to content

Commit

Permalink
💚 Add 'dependabot[bot]' exception
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui authored May 7, 2024
1 parent e3beff0 commit fb80903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
test_php,
test_markdownlint
]
if: ${{ github.event_name != 'pull_request' }}
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
name: SonarCloud analyse
steps:
Expand Down

0 comments on commit fb80903

Please sign in to comment.