From 6653d6c253e13452229016474658b7071584127e Mon Sep 17 00:00:00 2001 From: Matt Liberty Date: Sat, 7 Mar 2026 21:49:34 +0000 Subject: [PATCH] skip ci in the private org Signed-off-by: Matt Liberty --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74255543..e8eda3c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: jobs: build: + if: github.repository_owner != 'The-OpenROAD-Project-private' runs-on: ubuntu-latest steps: - name: Checkout