Skip to content

Commit 954a67b

Browse files
targosaduh95
andauthored
Update .github/workflows/test-internet.yml
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent fc0576c commit 954a67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-internet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ permissions:
4343

4444
jobs:
4545
test-internet:
46-
if: (github.repository == 'nodejs/node' || github.event_name != 'schedule') && github.event.pull_request.draft == false
46+
if: github.event_name == 'schedule' && github.repository == 'nodejs/node' || github.event.pull_request.draft == false
4747
runs-on: ubuntu-24.04
4848
steps:
4949
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)