Skip to content

Commit

Permalink
Use the right workflow for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinz committed Nov 29, 2023
1 parent 1ac1aa3 commit 51bdd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "ci-gh.yml"
name: "legate.core-${{ inputs.device }}-[0-9a-z]{40}"
name_is_regexp: true

Expand Down

0 comments on commit 51bdd03

Please sign in to comment.