Skip to content

Commit

Permalink
change cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Jun 9, 2024
1 parent 01e6667 commit eab7352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/logzio-telemetry-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Create Kind cluster
run: |
kind create cluster --name kind-${{ github.run_id }}
kind create cluster --name kind-${{ github.run_id }}-${{ matrix.mode }}
kubectl cluster-info
- name: Deploy Helm Chart
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
- name: Delete Kind cluster
if: always()
run: kind delete cluster --name kind-${{ github.run_id }}
run: kind delete cluster --name kind-${{ github.run_id }}-${{ matrix.mode }}

0 comments on commit eab7352

Please sign in to comment.