Skip to content

Commit 7fa2d0c

Browse files
committed
update
Signed-off-by: see-quick <[email protected]>
1 parent aaf5e72 commit 7fa2d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-system-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152

153153
- name: Download container images from this build
154154
id: download-containers-local
155-
if: ${{ inputs.buildRunId == '' && inputs.releaseVersion == 'latest' }}
155+
if: ${{ inputs.buildRunId == '' }}
156156
uses: actions/download-artifact@v4
157157
with:
158158
name: "containers-${{ matrix.config.arch }}.tar"

0 commit comments

Comments
 (0)