mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: allow test-internet on forks if not scheduled
Refs: https://github.com/nodejs/node/pull/44054#issuecomment-1200246681 PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
2
.github/workflows/test-internet.yml
vendored
2
.github/workflows/test-internet.yml
vendored
@@ -29,7 +29,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
test-internet:
|
||||
if: github.repository == 'nodejs/node'
|
||||
if: github.repository == 'nodejs/node' || github.event_name != 'schedule'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user