Skip to content

Commit

Permalink
Fix wrongly skipping image artifacts upload
Browse files Browse the repository at this point in the history
The apache#45314 introduced the bug where image artifacts were not
uploaded alongside cache mount artifacts. It caused all PRs to be
tested with "main" version of code.
  • Loading branch information
potiuk committed Jan 2, 2025
1 parent 4abf666 commit f644eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
runs-on-as-json-self-hosted: ${{ needs.build-info.outputs.runs-on-as-json-self-hosted }}
platform: "linux/amd64"
push-image: "false"
upload-image-artifact: ${{ needs.build-info.outputs.canary-run }}
upload-image-artifact: "true"
upload-mount-cache-artifact: ${{ needs.build-info.outputs.canary-run }}
python-versions: ${{ needs.build-info.outputs.python-versions }}
branch: ${{ needs.build-info.outputs.default-branch }}
Expand Down

0 comments on commit f644eb3

Please sign in to comment.