From cfaad40103fd855d8d0bdf71c80d6277515b6532 Mon Sep 17 00:00:00 2001 From: CasLubbers Date: Mon, 24 Jun 2024 09:23:40 +0200 Subject: [PATCH] fix: set linode as default for otomi deploy (#1633) --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 634ef49db8..979ef8a788 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -51,7 +51,7 @@ on: - scaleway - linode - digitalocean - default: 'scaleway' + default: 'linode' kubernetes_versions: description: 'Kubernetes version' type: choice