From d9e780e29e302a7b0452fef711685de3fbad3fa1 Mon Sep 17 00:00:00 2001 From: Parag Kulkarni Date: Wed, 29 Nov 2023 17:11:26 +0530 Subject: [PATCH 1/2] Rename workflow name in action --- .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 e8019b1b1..f86611eb9 100644 --- a/.github/actions/download-artifacts/action.yml +++ b/.github/actions/download-artifacts/action.yml @@ -25,7 +25,7 @@ runs: repo: nv-legate/legate.core commit: ${{ inputs.git_sha }} workflow_conclusion: success - workflow: "ci-gh-${{ inputs.device }}-build-and-test.yml" + workflow: "gh-build-and-test.yml" name: "legate.core-${{ inputs.device }}-[0-9a-z]{40}" name_is_regexp: true From bf08ebd354d6fd4b51f8cd81a0763703b0df6a39 Mon Sep 17 00:00:00 2001 From: Parag Kulkarni Date: Wed, 29 Nov 2023 17:37:38 +0530 Subject: [PATCH 2/2] Use ci-gh.yml --- .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 f86611eb9..640dc143a 100644 --- a/.github/actions/download-artifacts/action.yml +++ b/.github/actions/download-artifacts/action.yml @@ -25,7 +25,7 @@ runs: repo: nv-legate/legate.core commit: ${{ inputs.git_sha }} workflow_conclusion: success - workflow: "gh-build-and-test.yml" + workflow: "ci-gh.yml" name: "legate.core-${{ inputs.device }}-[0-9a-z]{40}" name_is_regexp: true