summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorruki <[email protected]>2026-02-19 22:54:35 +0800
committerruki <[email protected]>2026-02-19 22:54:35 +0800
commit104ffb3bc0d4d43f36688ffa778201bed4a71e45 (patch)
tree77dc52c4263d93817940c5c3e8bd69e7b423d49d /.github/workflows
parent8a0500d1fb9453fc5a8bebf9f859acadc1d8301f (diff)
update comments
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/haiku.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/haiku.yml b/.github/workflows/haiku.yml
index c872b678e..34e51392b 100644
--- a/.github/workflows/haiku.yml
+++ b/.github/workflows/haiku.yml
@@ -48,8 +48,8 @@ jobs:
RUN_PROBABILITY: ${{ vars.HAIKU_RUN_PROBABILITY || '0.2' }}
build:
- #needs: check
- #if: needs.check.outputs.should-run == 'true'
+ needs: check
+ if: needs.check.outputs.should-run == 'true'
runs-on: ubuntu-latest
concurrency: