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 96a749b commit fc0576cCopy full SHA for fc0576c
.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'
+ if: (github.repository == 'nodejs/node' || github.event_name != 'schedule') && 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