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