We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1205e commit 955246aCopy full SHA for 955246a
1 file changed
.github/workflows/benchmark-tmpl.yml
@@ -296,7 +296,7 @@ jobs:
296
path: ${{ env.RESULT_FILENAME }}.json
297
298
- name: Upload agentic raw results
299
- if: ${{ always() && inputs.scenario-type == 'agentic-coding' }}
+ if: ${{ always() && (inputs.scenario-type == 'agentic-coding' || inputs.scenario-type == 'agentic-replay') }}
300
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
301
with:
302
name: agentic_${{ env.RESULT_FILENAME }}
0 commit comments