Skip to content

Commit 95c74a0

Browse files
committed
Enable weekly pipeline runs
1 parent 4691871 commit 95c74a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/cdk/pipeline/pipeline_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def __init__(
183183
schedule=events.Schedule.cron(
184184
minute="0",
185185
hour="15",
186-
# weekday="TUE", #TODO: Uncomment this line. It's running everyday now to make sure I didn't break anything
186+
week_day="TUE",
187187
),
188188
targets=[targets.CodePipeline(pipeline=base_pipeline)],
189189
)

0 commit comments

Comments
 (0)