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.
test-internet
1 parent ca37665 commit 3780ef6Copy full SHA for 3780ef6
1 file changed
.github/workflows/test-internet.yml
@@ -44,7 +44,7 @@ permissions:
44
45
jobs:
46
test-internet:
47
- if: github.event_name == 'schedule' && github.repository == 'nodejs/node' || github.event.pull_request.draft == false
+ if: (github.event_name == 'schedule' && github.repository == 'nodejs/node') || (github.event.pull_request && github.event.pull_request.draft == false)
48
runs-on: ubuntu-24.04-arm
49
steps:
50
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments