We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8749c3 commit ec1b31eCopy full SHA for ec1b31e
.github/workflows/test-internet.yml
@@ -29,7 +29,7 @@ permissions:
29
30
jobs:
31
test-internet:
32
- if: github.repository == 'nodejs/node'
+ if: github.repository == 'nodejs/node' || github.event_name != 'schedule'
33
runs-on: ubuntu-latest
34
steps:
35
- uses: actions/checkout@v3
0 commit comments