Skip to content

Commit afa2fbf

Browse files
committed
fix: make 'task-context' config optional for tasks using task_context.py transforms
1 parent ab0b9f7 commit afa2fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taskgraph/transforms/task_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
SCHEMA = Schema(
1212
{
1313
Optional("name"): str,
14-
Required(
14+
Optional(
1515
"task-context",
1616
description=dedent(
1717
"""

0 commit comments

Comments
 (0)