Skip to content

Commit

Permalink
fix(dependabot): Prevent running DSA (#26892)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz authored Jun 19, 2024
1 parent d531eef commit 783d38c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/datadog-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Datadog Static Analysis

jobs:
static-analysis:
if: github.triggering_actor != 'dependabot[bot]'
runs-on: ubuntu-latest
name: Datadog Static Analyzer
steps:
Expand Down

0 comments on commit 783d38c

Please sign in to comment.