diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index 85726d566e..d63147a76e 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -33,6 +33,7 @@ jobs: runs-on: ubuntu-latest environment: Detection-Testing-Approval needs: [validate-tag-if-present] + if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' steps: - name: Checkout Repo