Skip to content

Commit c0873f1

Browse files
Do not run datadog static analyzer on pull_request (#6612)
1 parent 6a0fa6e commit c0873f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
static-analysis:
6868
runs-on: ubuntu-latest
6969
name: Datadog Static Analyzer
70-
if: github.actor != 'dependabot[bot]'
70+
if: github.actor != 'dependabot[bot]' && github.event_name != 'pull_request'
7171
steps:
7272
- name: Checkout
7373
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)