Skip to content

Commit 5a8cbe6

Browse files
committed
Remove testing for aggregate
1 parent d5b5a5b commit 5a8cbe6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,3 @@ runs:
9999
with:
100100
name: Compute-benchmark run ${{ github.run_id }} (${{ runner.name }})
101101
path: ./artifact
102-
- name: (Test) aggregate benchmark results and produce historical average
103-
if: always()
104-
uses: ./devops/actions/benchmarking/aggregate
105-
with:
106-
lookback_days: 999
107-
env:
108-
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)