Skip to content

Commit 40a8dec

Browse files
committed
Missed renaming PR check artifacts for name clashes
Signed-off-by: Dinakar Guniguntala <[email protected]>
1 parent 8666f1c commit 40a8dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_on_pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: always()
5454
uses: actions/upload-artifact@v4
5555
with:
56-
name: hpo-results
56+
name: hpo-docker-results
5757
path: ./hpo_docker_results.tar
5858
retention-days: 2
5959

@@ -102,7 +102,7 @@ jobs:
102102
if: always()
103103
uses: actions/upload-artifact@v4
104104
with:
105-
name: hpo-results
105+
name: hpo-minikube-results
106106
path: ./hpo_minikube_results.tar
107107
retention-days: 2
108108

0 commit comments

Comments
 (0)