Skip to content

Commit c6ba0b1

Browse files
authored
Merge pull request #1669 from kravciak/shortname
fix: shorten cluster name to fit into 32 chars limit
2 parents 89d5460 + 2905189 commit c6ba0b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ env:
6767
K3D_VERSION: v5.8.3
6868
K3D_CHECKSUM_AMD64: dbaa79a76ace7f4ca230a1ff41dc7d8a5036a8ad0309e9c54f9bf3836dbe853e
6969
K3D_CHECKSUM_ARM64: 0b8110f2229631af7402fb828259330985918b08fefd38b7f1b788a1c8687216
70-
K3D_CLUSTER_NAME: ${{ github.repository_owner }}-${{ github.event.repository.name }}
70+
K3D_CLUSTER_NAME: ${{ github.repository_owner }}-${{ github.run_id }}
7171
MTLS: ${{ github.event_name == 'pull_request' && 'true' || inputs.MTLS }}
7272

7373
jobs:

0 commit comments

Comments
 (0)