From 727acb3b988d801c5fc81af2bd8f2726a594195d Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Tue, 20 May 2025 16:26:08 +0100 Subject: [PATCH] Add single SKC status check --- terraform/github/terraform.tfvars.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index d8848590..bfd07c17 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -365,7 +365,9 @@ "Ansible 2.15 lint with Python 3.10", "Ansible 2.16 lint with Python 3.12" ], - "stackhpc/2025.1": [], + "stackhpc/2025.1": [ + "Tox pep8 with Python 3.12" + ], "stackhpc/master": [ "Tox pep8 with Python 3.12", "Tox releasenotes with Python 3.12",