Skip to content

Commit

Permalink
Adding mid-month origin dates to options
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipdelmal committed Apr 3, 2024
1 parent f6ce618 commit 51add85
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions hub-config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
"origin_date": {
"required": null,
"optional": [
"2024-04-30", "2024-05-31", "2024-06-30",
"2024-07-31", "2024-08-31", "2024-09-30",
"2024-10-31", "2024-11-30"
"2024-04-30", "2024-05-15",
"2024-05-31", "2024-06-15",
"2024-06-30", "2024-07-15",
"2024-07-31", "2024-08-15",
"2024-08-31", "2024-09-15",
"2024-09-30", "2024-10-15",
"2024-10-31", "2024-11-15",
"2024-11-30"
]
},
"target_date": {
Expand Down

0 comments on commit 51add85

Please sign in to comment.