Skip to content

Commit

Permalink
build: allow test-internet on forks if not scheduled
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and juanarbol committed Oct 11, 2022
1 parent 64b07a9 commit 5cd8b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-internet.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5cd8b7b

Please sign in to comment.