From 2d8c31804d0b7a5cfa4a5ddcc9a1b7bc03b123db Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Wed, 9 Sep 2026 15:03:55 -0700 Subject: [PATCH] [bfops/skip-unity]: CI - Skip Unity jobs for now --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f7a1d9ee0c..ec70838f59b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1067,7 +1067,8 @@ jobs: needs: [merge_queue_noop, lints, upload-build-artifacts-linux] # Skip if this is an external contribution. # The license secrets will be empty, so the step would fail anyway. - if: ${{ needs.merge_queue_noop.outputs.skip != 'true' && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) }} + #if: ${{ needs.merge_queue_noop.outputs.skip != 'true' && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) }} + if: false permissions: contents: read checks: write @@ -1206,7 +1207,8 @@ jobs: needs: [merge_queue_noop, lints] # Skip if this is an external contribution. # The license secrets will be empty, so the step would fail anyway. - if: ${{ needs.merge_queue_noop.outputs.skip != 'true' && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) }} + #if: ${{ needs.merge_queue_noop.outputs.skip != 'true' && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) }} + if: false permissions: contents: read runs-on: spacetimedb-unity-runner