fix: Add build step using build workflow to publish workflow (#23134)

This commit is contained in:
Aleksander Grygier 2026-05-16 11:22:59 +02:00 committed by GitHub
parent 42928bc14d
commit 1d9f99aa75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,13 @@ on:
required: true
jobs:
build:
name: Build static output
uses: ./.github/workflows/ui-build.yml
publish:
name: Publish UI Static Output
needs: build
runs-on: ubuntu-24.04-arm
permissions: