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 9fb2a57 commit c89e92fCopy full SHA for c89e92f
.github/workflows/ci.yml
@@ -339,7 +339,7 @@ jobs:
339
if: needs.build-info.outputs.canary-run == 'true'
340
- name: "Check that image builds quickly"
341
run: breeze shell --max-time 120
342
- if: matrix.platform == 'linux/amd64' && needs.build-info.outputs.canary-run == 'true'
+ if: needs.build-info.outputs.canary-run == 'true'
343
- name: "Fix ownership"
344
run: breeze ci fix-ownership
345
if: always() && needs.build-info.outputs.canary-run == 'true'
0 commit comments