Skip to content

Commit eab7352

Browse files
committed
change cluster name
1 parent 01e6667 commit eab7352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/logzio-telemetry-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Create Kind cluster
4444
run: |
45-
kind create cluster --name kind-${{ github.run_id }}
45+
kind create cluster --name kind-${{ github.run_id }}-${{ matrix.mode }}
4646
kubectl cluster-info
4747
4848
- name: Deploy Helm Chart
@@ -83,4 +83,4 @@ jobs:
8383
8484
- name: Delete Kind cluster
8585
if: always()
86-
run: kind delete cluster --name kind-${{ github.run_id }}
86+
run: kind delete cluster --name kind-${{ github.run_id }}-${{ matrix.mode }}

0 commit comments

Comments
 (0)