Skip to content

Commit b90aa19

Browse files
committed
cron
Signed-off-by: Justin Chu <[email protected]>
1 parent d80e491 commit b90aa19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI
22

33
on:
44
schedule:
5-
# Run weekly on Mondays and Wednesdays 00:00
6-
- cron: '00 00 * * MON,WED'
5+
# Run weekly on Mondays 00:00
6+
- cron: '00 00 * * MON'
77
push:
88
branches:
99
- main

0 commit comments

Comments
 (0)