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

View File

@ -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: