We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d58e0f commit 414ce5eCopy full SHA for 414ce5e
.github/workflows/nodejs.yml
@@ -9,9 +9,9 @@ on:
9
pull_request:
10
workflow_dispatch:
11
schedule:
12
- # schedule weekly tests, since dependencies are not intended to be locked
13
- # this means: at 23:42 on Fridays
14
- - cron: '42 23 * * 5'
+ # schedule daily tests, since dependencies are not intended to be locked
+ # this means: at 23:42 every day
+ - cron: '42 23 * * *'
15
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments