| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f0c20cc commit 0d23fd5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ permissions: | |||
| 42 | 42 | ||
| 43 | 43 | jobs: | |
| 44 | 44 | test-internet: | |
| 45 | - if: github.repository == 'nodejs/node' || github.event_name != 'schedule' | ||
| 45 | + if: github.event_name == 'schedule' && github.repository == 'nodejs/node' || github.event.pull_request.draft == false | ||
| 46 | 46 | runs-on: ubuntu-24.04 | |
| 47 | 47 | steps: | |
| 48 | 48 | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments