Skip to content

Commit 23f529f

Browse files
committed
ci: run Test daily (instead of weekly)
Signed-off-by: Unai Martinez-Corral <[email protected]>
1 parent 46c7e0e commit 23f529f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
workflow_dispatch:
77
schedule:
8-
- cron: '0 0 * * 0' # weekly
8+
- cron: '0 0 * * *' # daily
99

1010
env:
1111
# default compiler for all non-compatibility tests

0 commit comments

Comments
 (0)