We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89d5460 + 2905189 commit c6ba0b1Copy full SHA for c6ba0b1
1 file changed
.github/workflows/e2e-tests.yml
@@ -67,7 +67,7 @@ env:
67
K3D_VERSION: v5.8.3
68
K3D_CHECKSUM_AMD64: dbaa79a76ace7f4ca230a1ff41dc7d8a5036a8ad0309e9c54f9bf3836dbe853e
69
K3D_CHECKSUM_ARM64: 0b8110f2229631af7402fb828259330985918b08fefd38b7f1b788a1c8687216
70
- K3D_CLUSTER_NAME: ${{ github.repository_owner }}-${{ github.event.repository.name }}
+ K3D_CLUSTER_NAME: ${{ github.repository_owner }}-${{ github.run_id }}
71
MTLS: ${{ github.event_name == 'pull_request' && 'true' || inputs.MTLS }}
72
73
jobs:
0 commit comments