Skip to content

Commit a687229

Browse files
committed
build: allow test-internet on forks if not scheduled
Refs: nodejs#44054 (comment)
1 parent 07d7e1b commit a687229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-internet.yml

Lines changed: 1 addition & 1 deletion
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)