Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b7dc651

Browse filesBrowse files
TrottBethGriggs
authored andcommitted
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
Copy full SHA for b7dc651

File tree

Expand file treeCollapse file tree

1 file changed

+15
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-1
lines changed
Open diff view settings
Collapse file

‎.github/workflows/test-internet.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-internet.yml
+15-1Lines changed: 15 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.