ci: Fix to download the docker image from current run in case run id is not provided (#23903)
## Description - Fix to download the docker image from current run in case run id is not provided #### Type of change - Workflow changes ## Testing > #### How Has This Been Tested? - Workflow runs
This commit is contained in:
parent
d595eabf8a
commit
a8e305db92
2
.github/workflows/ci-test-limited.yml
vendored
2
.github/workflows/ci-test-limited.yml
vendored
|
|
@ -122,7 +122,7 @@ jobs:
|
||||||
|
|
||||||
# In case of run-id is 0 download the artifact from the current run
|
# In case of run-id is 0 download the artifact from the current run
|
||||||
- name: Download Docker image artifact
|
- name: Download Docker image artifact
|
||||||
if: inputs.previous-workflow-run-id != 0
|
if: inputs.previous-workflow-run-id == 0
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: cicontainer
|
name: cicontainer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user