diff --git a/.github/workflows/ci-test-limited.yml b/.github/workflows/ci-test-limited.yml index 4701c098a5..219786eaf7 100644 --- a/.github/workflows/ci-test-limited.yml +++ b/.github/workflows/ci-test-limited.yml @@ -122,7 +122,7 @@ jobs: # In case of run-id is 0 download the artifact from the current run - name: Download Docker image artifact - if: inputs.previous-workflow-run-id != 0 + if: inputs.previous-workflow-run-id == 0 uses: actions/download-artifact@v3 with: name: cicontainer