Skip to content

fix: be more tolerant of slow computers when focusing the search inpu… #1132

fix: be more tolerant of slow computers when focusing the search inpu…

fix: be more tolerant of slow computers when focusing the search inpu… #1132

Workflow file for this run

name: build-alpha
on:
pull_request:
branches: [main, release/*]
push:
branches: [main, release/*]
workflow_dispatch:
jobs:
meta:
uses: ./.github/workflows/part-compute-version.yml
secrets: inherit
with:
prereleaseSlug: ci
build:
uses: ./.github/workflows/part-build.yml
secrets: inherit
needs: meta
with:
COALESCE_VERSION: ${{ needs.meta.outputs.COALESCE_VERSION }}