summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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: