Skip to content

Commit bcb949b

Browse files
authored
run every day, including weekends
1 parent 4723765 commit bcb949b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scp-items.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Crawl SCP Wiki
22

33
on:
44
schedule:
5-
- cron: "0 0 * * 1,2,3,4,5"
5+
- cron: "0 0 * * *"
66
push:
77
branches:
88
- main

0 commit comments

Comments
 (0)