15 lines
294 B
JSON
15 lines
294 B
JSON
[
|
|
"trigger",
|
|
".",
|
|
{
|
|
"name": "rebuild-taskgraph-cache",
|
|
"expression": ["match", "taskcluster/**", "wholename"],
|
|
"command": [
|
|
"./mach",
|
|
"python",
|
|
"-c",
|
|
"from tryselect.tasks import generate_tasks; generate_tasks()"
|
|
],
|
|
"append_files": false
|
|
}
|
|
]
|