From 4bb3b5383f98e023c67be02a525e2c93fe32113b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 24 Feb 2024 10:05:05 +0100 Subject: [PATCH] ci: run x86+x64 builds in parallel ... by making them depend on the 'subprojects' step. --- .woodpecker.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 29ca226a..063390be 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -32,6 +32,7 @@ steps: branch: - master - releases/* + depends_on: [subprojects] image: alpine:edge commands: - apk update @@ -88,6 +89,7 @@ steps: branch: - master - releases/* + depends_on: [subprojects] image: i386/alpine:edge commands: - apk update