We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0576c commit 954a67bCopy full SHA for 954a67b
.github/workflows/test-internet.yml
@@ -43,7 +43,7 @@ permissions:
43
44
jobs:
45
test-internet:
46
- if: (github.repository == 'nodejs/node' || github.event_name != 'schedule') && github.event.pull_request.draft == false
+ if: github.event_name == 'schedule' && github.repository == 'nodejs/node' || github.event.pull_request.draft == false
47
runs-on: ubuntu-24.04
48
steps:
49
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments