From 93f8dd3712c3b48bce18d82ade64f6abe8410dac Mon Sep 17 00:00:00 2001 From: vallikns Date: Mon, 26 Jan 2026 19:31:49 +0530 Subject: [PATCH] Enable Simulator CI workflow for fork testing Disabled the github.repository check to allow testing of Simulator CI workflow in fork repositories. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4edd448067ae..0e653795e4cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ permissions: jobs: build: - if: github.repository == 'apache/cloudstack' + # if: github.repository == 'apache/cloudstack' runs-on: ubuntu-24.04 strategy: