We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45ad00 commit befe01cCopy full SHA for befe01c
.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