diff --git a/.github/workflows/test-internet.yml b/.github/workflows/test-internet.yml index 0a78842ad9550c..4ef4c42c147d47 100644 --- a/.github/workflows/test-internet.yml +++ b/.github/workflows/test-internet.yml @@ -3,7 +3,21 @@ name: test-internet on: workflow_dispatch: schedule: - - cron: "5 0 * * *" + - cron: 5 0 * * * + +pull_request: + types: [opened, synchronize, reopened, ready_for_review] + paths: + - test/internet/** + push: + branches: + - master + - main + - canary + - v[0-9]+.x-staging + - v[0-9]+.x + paths: + - test/internet/** env: PYTHON_VERSION: 3.9