We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0b9f7 commit afa2fbfCopy full SHA for afa2fbf
src/taskgraph/transforms/task_context.py
@@ -11,7 +11,7 @@
11
SCHEMA = Schema(
12
{
13
Optional("name"): str,
14
- Required(
+ Optional(
15
"task-context",
16
description=dedent(
17
"""
0 commit comments