Skip to content

Commit ce78adf

Browse files
committed
cron set for every two weeks
1 parent fc75ade commit ce78adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cbsptest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CBSP Plugin Tests
22

33
'on':
44
schedule:
5-
- cron: '0 3 * * *' # 8:30 AM IST daily
5+
- cron: '0 3 * * 1' # Every two weeks execute on Mondays at 8:30 AM IST
66
push:
77
branches:
88
- bug-fixes

0 commit comments

Comments
 (0)