Skip to content

Commit c89e92f

Browse files
authored
Actually run the "quick image build" (#26351)
The check does not use matrix build but we left the check for matrix so the check was always skipped.
1 parent 9fb2a57 commit c89e92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
if: needs.build-info.outputs.canary-run == 'true'
340340
- name: "Check that image builds quickly"
341341
run: breeze shell --max-time 120
342-
if: matrix.platform == 'linux/amd64' && needs.build-info.outputs.canary-run == 'true'
342+
if: needs.build-info.outputs.canary-run == 'true'
343343
- name: "Fix ownership"
344344
run: breeze ci fix-ownership
345345
if: always() && needs.build-info.outputs.canary-run == 'true'

0 commit comments

Comments
 (0)