From 7c7462a61127566f1a4d8c9ef2617094d65f76a1 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Wed, 30 Aug 2023 13:56:09 +0100 Subject: [PATCH] v3.1 --- terraform/github/branches.tf | 4 ++-- terraform/github/terraform.tfvars.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/github/branches.tf b/terraform/github/branches.tf index a3c89c06..c7db184b 100644 --- a/terraform/github/branches.tf +++ b/terraform/github/branches.tf @@ -90,7 +90,7 @@ resource "github_branch_protection" "kayobe_branch_protection_py_3-6" { "tox / Tox py3 with Python 3.8", "tox / Tox py3 with Python 3.6" ] - })) + }).all) strict = false } @@ -125,7 +125,7 @@ resource "github_branch_protection" "kayobe_branch_protection_py_3-10" { "tox / Tox py3 with Python 3.10", "tox / Tox py3 with Python 3.8" ] - })) + }).all) strict = false } diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index cf8fc944..e97f4647 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -330,7 +330,7 @@ "aio (Ubuntu OVS) / All in one", "aio (Ubuntu OVN) / All in one" ], - "stackhpc/zed": [ + "stackhpc/[z,2]*": [ "Tox pep8 with Python 3.10", "Tox releasenotes with Python 3.10", "Build Kayobe Image / Build kayobe image",