Skip to content

Commit

Permalink
Fix: Check for schema updates only once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Dec 26, 2019
1 parent 3d8b581 commit b578286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "Schema"

on:
schedule:
- cron: "0 * * * *"
- cron: "0 12 * * *"

jobs:
schema:
Expand Down

0 comments on commit b578286

Please sign in to comment.