Skip to content

Commit f4092e4

Browse files
committed
change dependency check to cron schedule
1 parent d12527f commit f4092e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and test linkml-runtime package dependencies
22

33
on:
44
schedule:
5-
- cron: '0 5 * * *' # once per day at midnight ET
5+
- cron: '0 5 * * 1' # once per week on Monday at 05:00 UTC
66
workflow_dispatch:
77
# Allows you to run this workflow manually from the Actions tab
88
types: trigger-run-check-dependencies

0 commit comments

Comments
 (0)