Skip to content

Commit 160b72f

Browse files
committed
Document when the cron runs
1 parent d3f55c1 commit 160b72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/i18n-consistency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- .github/workflows/i18n-consistency-check.yml
99
schedule:
10-
- cron: '0 0 1 * *'
10+
- cron: '0 0 1 * *' # run at midnight, on day 1 of the month
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)