Skip to content

Commit b7dc651

Browse files
TrottBethGriggs
authored andcommittedSep 21, 2021
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>
1 parent 5c67085 commit b7dc651

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
 

‎.github/workflows/test-internet.yml

+15-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@ name: test-internet
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "5 0 * * *"
6+
- cron: 5 0 * * *
7+
8+
pull_request:
9+
types: [opened, synchronize, reopened, ready_for_review]
10+
paths:
11+
- test/internet/**
12+
push:
13+
branches:
14+
- master
15+
- main
16+
- canary
17+
- v[0-9]+.x-staging
18+
- v[0-9]+.x
19+
paths:
20+
- test/internet/**
721

822
env:
923
PYTHON_VERSION: 3.9

0 commit comments

Comments
 (0)
Please sign in to comment.