Skip to content

Commit ec1b31e

Browse files
Trottruyadorno
authored andcommitted
build: allow test-internet on forks if not scheduled
Refs: #44054 (comment) PR-URL: #44073 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent d8749c3 commit ec1b31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-internet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929

3030
jobs:
3131
test-internet:
32-
if: github.repository == 'nodejs/node'
32+
if: github.repository == 'nodejs/node' || github.event_name != 'schedule'
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)