.github: build _minimal on self-trigger

Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
Richard Alpe
2025-07-07 09:53:01 +02:00
parent 9845e3b0c7
commit 56f14ff520
+2
View File
@@ -15,12 +15,14 @@ jobs:
with:
target: x86_64
name: infix
flavor: _minimal
build-aarch64:
uses: ./.github/workflows/build.yml
with:
target: aarch64
name: infix
flavor: _minimal
test-run-x86_64:
needs: build-x86_64