From 8d38ba1210e3dc4b37caa29ded666ab0f634f5a8 Mon Sep 17 00:00:00 2001 From: Marty Tippin <120425148+tippmar-nr@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:39:51 -0500 Subject: [PATCH] ci: Skip the e2e tests step for Dependabot PRs. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f95f32..f0100b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,6 +80,8 @@ jobs: - name: Run e2e-test uses: newrelic/newrelic-integration-e2e-action@a97ced80a4841c8c6261d1f9dca6706b1d89acb1 # 1.11.0 + # Skip e2e tests for dependabot PRs since dependabot can't access secrets + if: github.actor != 'dependabot[bot]' with: retry_seconds: 60 retry_attempts: 5