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 aaf5e72 commit 7fa2d0cCopy full SHA for 7fa2d0c
.github/workflows/run-system-tests.yml
@@ -152,7 +152,7 @@ jobs:
152
153
- name: Download container images from this build
154
id: download-containers-local
155
- if: ${{ inputs.buildRunId == '' && inputs.releaseVersion == 'latest' }}
+ if: ${{ inputs.buildRunId == '' }}
156
uses: actions/download-artifact@v4
157
with:
158
name: "containers-${{ matrix.config.arch }}.tar"
0 commit comments