From 1243c8ca1a3edbbdc5d4669f6be199bd3f20e0e8 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 15 Dec 2025 23:13:29 +0800 Subject: restore cosmocc ci --- .github/workflows/cosmocc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cosmocc.yml b/.github/workflows/cosmocc.yml index a2055e057..5f4479561 100644 --- a/.github/workflows/cosmocc.yml +++ b/.github/workflows/cosmocc.yml @@ -55,6 +55,8 @@ jobs: RUN_PROBABILITY: ${{ vars.COSMOCC_RUN_PROBABILITY || '0.5' }} build: + needs: check + if: needs.check.outputs.should-run == 'true' strategy: matrix: os: [ubuntu-latest, macos-15-intel] -- cgit v1.3.1