Skip to content

Commit ea48c56

Browse files
Trottruyadorno
authored andcommitted
build: skip test-internet run on forks
Do not run test-internet scheduled GitHub Action on forks. PR-URL: #44054 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 76011dd commit ea48c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-internet.yml

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

3030
jobs:
3131
test-internet:
32+
if: github.repository == 'nodejs/node'
3233
runs-on: ubuntu-latest
3334
steps:
3435
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)