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: nodejs/node#44054 (comment)
PR-URL: nodejs/node#44073
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Mestery <[email protected]>
  • Loading branch information
Trott authored and guangwong committed Jan 3, 2023
1 parent fe7e936 commit 1df42ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-internet.yml
Original file line number Diff line number Diff line change
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 1df42ce

Please sign in to comment.