Skip to content

Commit 414ce5e

Browse files
authored
chore: test unpinned daily
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 5d58e0f commit 414ce5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
pull_request:
1010
workflow_dispatch:
1111
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'
12+
# schedule daily tests, since dependencies are not intended to be locked
13+
# this means: at 23:42 every day
14+
- cron: '42 23 * * *'
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)