Skip to content

Commit

Permalink
[CHORE] Skip IO integration tests if being run from dependabot (#1521)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored Oct 24, 2023
1 parent ad829c9 commit ea7167b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea7167b

Please sign in to comment.