Skip to content

Commit

Permalink
Merge artifacts in perf.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Jul 11, 2024
1 parent 756bd9f commit 75e0795
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,12 @@ jobs:
name: perf-results-${{ matrix.mod }}-${{ matrix.python-version }}
path:
.perf
merge:
runs-on: ubuntu-20.04
needs: perf
steps:
- name: Merge perf results
uses: actions/upload-artifact/merge@v4
with:
name: perf-results
delete-merged: true

0 comments on commit 75e0795

Please sign in to comment.