We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed127c8 commit 5a99824Copy full SHA for 5a99824
1 file changed
docs/schedule-syntax.md
@@ -58,9 +58,10 @@ Note: Minimum interval is 5 minutes (GitHub Actions/Azure DevOps constraint).
58
### Special Periods
59
60
```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
+schedule: bi-weekly # Every 14 days at scattered time
+schedule: tri-weekly # Every 21 days at scattered time
+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
65
```
66
67
### Timezone Support
0 commit comments