We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da7341 commit cec2d64Copy full SHA for cec2d64
scripts/github-actions/munge-i386.sh
@@ -4,7 +4,7 @@ set -Eeuo pipefail
4
jq --arg dpkgSmokeTest '[ "$(dpkg --print-architecture)" = "amd64" ]' '
5
.matrix.include += [
6
.matrix.include[]
7
- | select(.name | test(" (.+)") | not) # ignore any existing munged builds
+ | select(.name | test(" [(].+[)]") | not) # ignore any existing munged builds
8
| select(.os | startswith("windows-") | not)
9
| .name += " (i386)"
10
| .runs.pull = ([
0 commit comments