Skip to content

Commit e5f9685

Browse files
authored
Only trigger CI scheduler once per week
1 parent c2d83c6 commit e5f9685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main ]
66
pull_request:
77
schedule:
8-
- cron: '0 0 * * *'
8+
- cron: '0 0 * * MON'
99

1010
jobs:
1111
check-cs:

0 commit comments

Comments
 (0)