Commit a507308
tools: fix inspector_protocol updater
`.github/workflows/tools.yml` creates a temp file `temp-output` in the
workspace, which fails `git status` clean repo check. Also, the GHA
checks out a new branch after the update script.
Removes these checks in the `roll.py` to fix its run on the GHA.
PR-URL: #60277
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>1 parent 9e6d6ce commit a507308Copy full SHA for a507308
File tree
Expand file treeCollapse file tree
1 file changed
+0
-12
lines changedOpen diff view settings
Filter options
- tools/inspector_protocol
Expand file treeCollapse file tree
1 file changed
+0
-12
lines changedOpen diff view settings
Collapse file
tools/inspector_protocol/roll.py
Copy file name to clipboardExpand all lines: tools/inspector_protocol/roll.py-12Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | 50 | |
58 | 51 | |
59 | 52 | |
| ||
123 | 116 | |
124 | 117 | |
125 | 118 | |
126 | | - |
127 | 119 | |
128 | | - |
129 | | - |
130 | | - |
131 | | - |
132 | 120 | |
133 | 121 | |
134 | 122 | |
|
0 commit comments