style: Fix comment in pre-commit-autoupdate.yml (#2750)

This commit is contained in:
Ayaz Salikhov
2025-11-03 18:30:52 +00:00
committed by GitHub
parent 13baa42993
commit d6ab2cc1e4

View File

@@ -1,8 +1,8 @@
name: Pre-commit auto-update
on:
# every first day of the month
schedule:
# every first day of the month
- cron: "0 0 1 * *"
pull_request:
branches: [release/*, develop]