Thanks to visit codestin.com Credit goes to github.com
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 f0c20cc commit 0d23fd5Copy full SHA for 0d23fd5
.github/workflows/test-internet.yml
@@ -42,7 +42,7 @@ permissions:
42
43
jobs:
44
test-internet:
45
- if: github.repository == 'nodejs/node' || github.event_name != 'schedule'
+ if: github.event_name == 'schedule' && github.repository == 'nodejs/node' || github.event.pull_request.draft == false
46
runs-on: ubuntu-24.04
47
steps:
48
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments