Skip to content

Commit 5a99824

Browse files
docs: add missing 'every N weeks' format to schedule-syntax reference (#490)
1 parent ed127c8 commit 5a99824

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/schedule-syntax.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ Note: Minimum interval is 5 minutes (GitHub Actions/Azure DevOps constraint).
5858
### Special Periods
5959

6060
```yaml
61-
schedule: bi-weekly # Every 14 days at scattered time
62-
schedule: tri-weekly # Every 21 days at scattered time
63-
schedule: every 2 days # Every 2 days at scattered time
61+
schedule: bi-weekly # Every 14 days at scattered time
62+
schedule: tri-weekly # Every 21 days at scattered time
63+
schedule: every 2 days # Every N days at scattered time
64+
schedule: every 2 weeks # Every N weeks (converted to N×7 days) at scattered time
6465
```
6566

6667
### Timezone Support

0 commit comments

Comments
 (0)