Add comment information about the cron job

This commit is contained in:
curquiza 2023-02-02 15:58:03 +01:00
parent 1ca7778e6a
commit 69fcd3d05e
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Create issue to upgrade dependencies
on:
schedule:
# Run the first of the month, every 3 month
- cron: '0 0 1 */3 *'
workflow_dispatch: