Commit b931f9f
authored
Limit produce data trigger only on tt-forge (#879)
### Problem
Produce-data job was made as a workaround for triggereing collect data
workflows in tt-forge.
It is causing errors when perf benchmark is triggered from tt-xla.
### Solution
Produce data job is not needed when perf benchmark is triggered from
tt-xla because the collect data workflow can catch it on it's on (name
is Performance Benchmark so collect data workflow can recognize it).
Only trigger the job when perf benchmark is triggered as a workflow call
(because when it's triggered as a workflow call it has the exact name
"Performance Benchmark" and collect data workflow can match it).1 parent 26419c1 commit b931f9f
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
312 | 318 | | |
313 | 319 | | |
314 | 320 | | |
| |||
0 commit comments