Skip to content

Commit

Permalink
build: skip test-internet run on forks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and juanarbol committed Oct 11, 2022
1 parent 1f9246a commit 9698be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-internet.yml
Expand Up @@ -29,6 +29,7 @@ permissions:

jobs:
test-internet:
if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9698be9

Please sign in to comment.