Skip to content

Commit 8666f1c

Browse files
committed
Rename PR check stages that were clashing
Signed-off-by: Dinakar Guniguntala <[email protected]>
1 parent ee4576c commit 8666f1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test_on_pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
if: always()
130130
uses: actions/upload-artifact@v4
131131
with:
132-
name: hpo-results
132+
name: hpo-native-results
133133
path: ./hpo_native_results.tar
134134
retention-days: 2
135135

@@ -156,7 +156,7 @@ jobs:
156156
if: failure()
157157
uses: actions/upload-artifact@v4
158158
with:
159-
name: hpo-results
159+
name: hpo-grpc-results
160160
path: ./hpo_grpc_native_results.tar
161161
retention-days: 2
162162

.github/workflows/test_on_push.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

@@ -93,6 +93,6 @@ jobs:
9393
if: always()
9494
uses: actions/upload-artifact@v4
9595
with:
96-
name: hpo-results
96+
name: hpo-minikube-results
9797
path: ./hpo_minikube_results.tar
9898
retention-days: 2

0 commit comments

Comments
 (0)