diff options
| author | ruki <[email protected]> | 2025-12-15 23:13:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-15 23:13:29 +0800 |
| commit | 1243c8ca1a3edbbdc5d4669f6be199bd3f20e0e8 (patch) | |
| tree | 02dcca161c9389b28ef04d3b0af4967b4530377d /.github/workflows | |
| parent | 0edd8ff4b884eebc30ab04870ab0ea2bb9e4bb60 (diff) | |
restore cosmocc ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cosmocc.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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] |
