Fix cron syntax in CMS guide (#23073)

This commit is contained in:
Jacob Wise
2024-07-22 11:47:20 -04:00
committed by GitHub
parent 91e4d60cb1
commit b004576643
2 changed files with 3 additions and 2 deletions

View File

@@ -142,3 +142,4 @@
- brandondrew
- alantiller
- SP12893678
- jacobwise

View File

@@ -88,8 +88,8 @@ field `status` that controls the published state.
**Examples**
- `* 1 * * * *` - Would trigger this flow every minute
- `* 15 * * * *` Would trigger this flow every 15 minutes
- `* */1 * * * *` - Would trigger this flow every minute
- `* */15 * * * *` Would trigger this flow every 15 minutes
### Add an Operation to Check The Published Date and Update Data