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