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/build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e9f6d54..d91c4281 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,7 @@ on: jobs: build: name: Build (Java ${{ matrix.java }} - ${{ matrix.os }}) + if: github.repository == 'atlarge-research/opendc' runs-on: ${{ matrix.os }} strategy: matrix: @@ -75,6 +76,7 @@ jobs: files: ./build/reports/jacoco/codeCoverageReport/codeCoverageReport.xml build-docker: name: Build Docker Images + if: github.repository == 'atlarge-research/opendc' runs-on: ubuntu-22.04 steps: - name: Checkout repository -- cgit v1.2.3