Skip to content

Commit e22ca06

Browse files
suryapratapsinghsuryavanshitargos
authored andcommittedOct 4, 2021
build: fix "test-internet.yml" workflows
PR-URL: #40177 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 0232f94 commit e22ca06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/test-internet.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
schedule:
66
- cron: 5 0 * * *
77

8-
pull_request:
9-
types: [opened, synchronize, reopened, ready_for_review]
10-
paths:
11-
- test/internet/**
8+
pull_request:
9+
types: [opened, synchronize, reopened, ready_for_review]
10+
paths:
11+
- test/internet/**
1212
push:
1313
branches:
1414
- master

0 commit comments

Comments
 (0)
Please sign in to comment.