From 9deca168e7dcc9932a47f276cbbc8d7f6756bd3b Mon Sep 17 00:00:00 2001 From: Jay Chia Date: Tue, 24 Oct 2023 11:43:18 -0700 Subject: [PATCH] [CHORE] Skip IO integration tests if being run from dependabot --- .github/workflows/python-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e7fc18cc5a..fcd44f21c9 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -240,6 +240,8 @@ jobs: SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK integration-test-io: + # Dependabot-triggered PRs don't have access to the required secrets for this to run successfully + if: ${{ github.triggering_actor != 'dependabot[bot]' }} runs-on: ubuntu-latest timeout-minutes: 30 needs: