Skip to content

Commit 10a3847

Browse files
authored
Change cron schedule to run on Saturdays at midnight
1 parent e5f1337 commit 10a3847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly-ontology-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Weekly ontology scan
33
on:
44
schedule:
55
# Every Friday at 23:00 UTC
6-
- cron: "20 23 * * 5"
6+
- cron: "00 00 * * 6"
77
workflow_dispatch: {}
88

99
permissions:

0 commit comments

Comments
 (0)