post pr comment anyway

This commit is contained in:
hathach
2025-12-12 00:58:17 +07:00
parent 2f5d4dbab3
commit d71e3c9ea6

View File

@ -143,6 +143,13 @@ jobs:
metrics_compare.md
pr_number.txt
- name: Post Code Metrics as PR Comment
if: github.event_name != 'push'
uses: marocchino/sticky-pull-request-comment@v2
with:
header: code-metrics
path: metrics_compare.md
# ---------------------------------------
# Build Make/CMake on Windows/MacOS
# ---------------------------------------