Skip to content

Commit

Permalink
Suppress warning about invalid schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Ivanov committed Jan 9, 2024
1 parent 2fcf555 commit 76ef09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ properties:

schedule:
title: Schedule fetch time (never by default)
default: "* * 31 2 *"
default: "0 0 31 2 *"
description: |
More information at: https://crontab.guru/#*_*_31_2_*
More information at: https://crontab.guru/#0_0_31_2_*
type: string
x-google-marketplace:
type: STRING
Expand Down

0 comments on commit 76ef09c

Please sign in to comment.