From 53ce2807c0dd2a45227e2351bc634f6a53412c6a Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Mon, 15 Jun 2026 15:16:28 +0200 Subject: Updated build and benchmark to only run on atlarge-research/opendc repo (#429) * Made build and benchmark only run on atlarge-research/opendc repo * added error message to benchmark-comment.yml --- .github/workflows/benchmark-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/benchmark-comment.yml') diff --git a/.github/workflows/benchmark-comment.yml b/.github/workflows/benchmark-comment.yml index 760804d2..f45b188e 100644 --- a/.github/workflows/benchmark-comment.yml +++ b/.github/workflows/benchmark-comment.yml @@ -48,8 +48,8 @@ jobs: gh release download benchmark-data \ --repo atlarge-research/opendc \ -A benchmark-history.json \ - -O baseline.json 2>/dev/null \ - || echo "[]" > baseline.json + -O baseline.json \ + || { echo "Warning: Could not fetch baseline, using empty baseline"; echo "[]" > baseline.json; } env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3