Skip to content

Commit bc6d3d8

Browse files
committed
Add schedule gh-action
1 parent 4c198d8 commit bc6d3d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ master, develop ]
66
pull_request:
77
branches: [ master, develop ]
8+
schedule:
9+
- cron: '0 9 * * 1' # Every Monday at 9 AM UTC
810

911
jobs:
1012
type-check:

0 commit comments

Comments
 (0)