summaryrefslogtreecommitdiffstats
path: root/tools/tryselect/watchman.json
blob: 2825e5336cf46382aace5e83c09b8288a4ecde4d (plain)
1
2
3
4
5
6
7
8
["trigger", ".",
{
    "name": "rebuild-taskgraph-cache",
    "expression": ["match", "taskcluster/**", "wholename"],
    "command": ["./mach", "python", "-c", "from tryselect.tasks import generate_tasks; generate_tasks()"],
    "append_files": false
}
]