Skip to content

Commit

Permalink
Artifact name update, runner name update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Oct 20, 2023
1 parent 8186f93 commit 515454a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-gh-gpu-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
build-target: gpu
repos-name: ${{ github.event.repository.name }}
runs-on: ${{ matrix.runner }}
runs-on: ${{ matrix.test-config.runner }}
sha: ${{ github.sha }}
ucx-config: ${{ matrix.ucx-config }}
test-scope: ${{ matrix.test-config.test-scope }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: "${{ inputs.repos-name }}-${{ inputs.build-target }}-${{ inputs.sha }}"
name: "${{ inputs.repos-name }}-${{ inputs.build-target }}-${{ inputs.ucx-config }}-${{ inputs.sha }}"
path: artifacts

0 comments on commit 515454a

Please sign in to comment.