Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: run modified internet tests on GitHub Actions
If internet tests are modified in a pull request, run the internet tests
in GitHub Actions.

PR-URL: #40100
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
Trott authored and BethGriggs committed Sep 21, 2021
1 parent 5c67085 commit b7dc651
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/test-internet.yml
Expand Up @@ -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
Expand Down

0 comments on commit b7dc651

Please sign in to comment.