Commit 1f558c7
Fix missing runner in Linux selective build and custom ops jobs (#313)
Summary:
I mistakenly replace this in #277. The runner is not set here, and causes syntax error, for example https://github.com/pytorch/executorch/actions/runs/6167285165. The workflow still works because the default `linux.2xlarge` is used (same runner type)
### Testing
The annotation error is gone now https://github.com/pytorch/executorch/actions/runs/6175961826
Pull Request resolved: #313
Test Plan: https://github.com/pytorch/executorch/actions/runs/6175961826
Reviewed By: mergennachin
Differential Revision: D49236002
Pulled By: huydhn
fbshipit-source-id: bd5282f582d23427fd1d7622ed3b2ee2e6ad93cb1 parent 63bb3b5 commit 1f558c7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments