From cec2d64846abdaf885e7ba6223d6fce646dbfd6a Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 2 Aug 2021 10:48:52 -0700 Subject: [PATCH] Fix bug in munge-i386 --- scripts/github-actions/munge-i386.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github-actions/munge-i386.sh b/scripts/github-actions/munge-i386.sh index 2adf879..b33339e 100755 --- a/scripts/github-actions/munge-i386.sh +++ b/scripts/github-actions/munge-i386.sh @@ -4,7 +4,7 @@ set -Eeuo pipefail jq --arg dpkgSmokeTest '[ "$(dpkg --print-architecture)" = "amd64" ]' ' .matrix.include += [ .matrix.include[] - | select(.name | test(" (.+)") | not) # ignore any existing munged builds + | select(.name | test(" [(].+[)]") | not) # ignore any existing munged builds | select(.os | startswith("windows-") | not) | .name += " (i386)" | .runs.pull = ([