mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Add comment information about the cron job
This commit is contained in:
parent
1ca7778e6a
commit
69fcd3d05e
@ -1,6 +1,7 @@
|
|||||||
name: Create issue to upgrade dependencies
|
name: Create issue to upgrade dependencies
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
# Run the first of the month, every 3 month
|
||||||
- cron: '0 0 1 */3 *'
|
- cron: '0 0 1 */3 *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user