From 0d180eb74a9653acdd89a59872fe74583cac1099 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 8 Sep 2021 11:44:23 -0700 Subject: [PATCH] Don't run detection testing if the actor is dependabot --- .github/workflows/detection-testing.yml | 1 + 1 file changed, 1 insertion(+) 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