From 84758e94e2a5df31e16dc1ae5b51714e7864c5dc Mon Sep 17 00:00:00 2001 From: Blockiosaurus Date: Fri, 6 Dec 2024 12:07:04 -0500 Subject: [PATCH] Adding job summary. --- .github/workflows/benchmark.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index aaa9a3d6..e653b750 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -67,3 +67,5 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # Push and deploy GitHub pages branch automatically auto-push: true + # Enable Job Summary for PRs + summary-always: true