Skip to content

Commit 7f955ad

Browse files
authored
Update linux.yml
1 parent 2b5a7b8 commit 7f955ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/pipelines/main/platforms/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ steps:
144144
- label: "tester2_rr_linux$ARCH"
145145
key: tester2_rr_linux$ARCH
146146
depends_on: package_linux$ARCH
147-
# if: "$ARCH" != "32"
148-
skip: true
147+
skip: "$ARCH" != "32"
149148
plugins:
150149
- JuliaCI/julia#v1:
151150
version: 1.6

0 commit comments

Comments
 (0)