From 264407930f15171d7c1cb7bb7bbe66d15e39d56e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 1 May 2025 19:37:09 +0100 Subject: [PATCH] Stop testing wiki cookbook on Ubuntu 22.04 --- .github/workflows/test-kitchen.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 201c69b46..9825166ee 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -194,6 +194,8 @@ jobs: os: ubuntu-2204 - suite: web-rails os: ubuntu-2204 + - suite: wiki + os: ubuntu-2204 fail-fast: false steps: - name: Login to GitHub Container Registry -- 2.39.5