From 0a399da934e59cfc52d8fe48a9def6439448ad54 Mon Sep 17 00:00:00 2001 From: Sayali M Date: Wed, 8 Jan 2025 13:07:15 -0600 Subject: [PATCH] testing --- .github/workflows/lth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lth.yml b/.github/workflows/lth.yml index b3a1184b..04c90ee2 100644 --- a/.github/workflows/lth.yml +++ b/.github/workflows/lth.yml @@ -30,7 +30,7 @@ jobs: strategy: max-parallel: 1 matrix: - liquibase-support-level: [Foundational, Contributed, Advanced] # Define the different test levels to run + liquibase-support-level: [Foundational] # Define the different test levels to run fail-fast: false # Set fail-fast to false to run all test levels even if some of them fail steps: