Skip to content

Commit

Permalink
correct example (#8940)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosieyohannan authored Sep 6, 2024
1 parent 1dc23e9 commit a22754d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jekyll/_cci2/set-a-nightly-scheduled-pipeline.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ async function setupNightlySchedule(){
},
"timetable": {
// once per hour
"per_hour": 1,
"per-hour": 1,
// at 01:00 UTC
"hours_of_day": [1],
"hours-of-day": [1],
// on the following days of the week
"days_of_week": ["TUE", "WED", "THU", "FRI", "SAT"]
"days-of-week": ["TUE", "WED", "THU", "FRI", "SAT"]
}
},
{
Expand Down

0 comments on commit a22754d

Please sign in to comment.