Commit 4cce944
committed
Never run the root-cause agent on pull_request
The model costs real tokens and a PR only needs to prove the detection half
works. Gate root-cause on github.event_name != 'pull_request'; use
workflow_dispatch to exercise it once the workflow is on the default branch.1 parent 67f69e7 commit 4cce944
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
108 | 114 | | |
109 | 115 | | |
110 | 116 | | |
| |||
0 commit comments