From 36e4aee1127d630814e1bab5b524edc478e39122 Mon Sep 17 00:00:00 2001 From: mag1cp1n Date: Mon, 26 Aug 2024 13:24:40 +0530 Subject: [PATCH] Verify: Search the artifact even if the legate workflow failed; Reset this --- .github/actions/download-artifacts/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/download-artifacts/action.yml b/.github/actions/download-artifacts/action.yml index 640dc143a..0ce934ee8 100644 --- a/.github/actions/download-artifacts/action.yml +++ b/.github/actions/download-artifacts/action.yml @@ -24,7 +24,7 @@ runs: path: .artifacts-dl repo: nv-legate/legate.core commit: ${{ inputs.git_sha }} - workflow_conclusion: success + workflow_conclusion: "" workflow: "ci-gh.yml" name: "legate.core-${{ inputs.device }}-[0-9a-z]{40}" name_is_regexp: true