Skip to content

Commit

Permalink
change dependency check to cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Dec 18, 2023
1 parent d12527f commit f4092e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and test linkml-runtime package dependencies

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

0 comments on commit f4092e4

Please sign in to comment.