Skip to content

Commit

Permalink
fix(ci): properly use pages.yml as workflow target for download art…
Browse files Browse the repository at this point in the history
…ifact action.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jun 25, 2024
1 parent 165e60a commit 1b1a5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Download latest master report
uses: dawidd6/action-download-artifact@v6
with:
search_artifacts: true
branch: master
event: push
name: perf_report
workflow: pages.yml

- name: Diff from master - perf unit tests
run: |
Expand Down Expand Up @@ -132,4 +132,4 @@ jobs:
tail -n 6 heaptrack_scap_diff.txt | grep "total memory leaked" | awk -F': ' '{print $2 }' | tr '.' ',' | numfmt --from=iec | awk '{if (substr($1,RSTART+RLENGTH)+0 > 0) print }' &> heaptrack_scap_diff_above_thresh.txt
if [ -s heaptrack_scap_diff_above_thresh.txt ]; then
exit 2
fi
fi

0 comments on commit 1b1a5a2

Please sign in to comment.