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
  • Loading branch information
Trott committed Jul 31, 2022
1 parent 07d7e1b commit a687229
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 a687229

Please sign in to comment.