We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0fa6e commit c0873f1Copy full SHA for c0873f1
.github/workflows/project.yml
@@ -67,7 +67,7 @@ jobs:
67
static-analysis:
68
runs-on: ubuntu-latest
69
name: Datadog Static Analyzer
70
- if: github.actor != 'dependabot[bot]'
+ if: github.actor != 'dependabot[bot]' && github.event_name != 'pull_request'
71
steps:
72
- name: Checkout
73
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments