| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d257eec commit 67d0c49
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,7 @@ permissions: | |||
| 43 | 43 | ||
| 44 | 44 | jobs: | |
| 45 | 45 | test-internet: | |
| 46 | - if: github.event_name == 'schedule' && github.repository == 'nodejs/node' || github.event.pull_request.draft == false | ||
| 46 | + if: (github.event_name == 'schedule' && github.repository == 'nodejs/node') || (github.event.pull_request && github.event.pull_request.draft == false) | ||
| 47 | 47 | runs-on: ubuntu-24.04-arm | |
| 48 | 48 | steps: | |
| 49 | 49 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments