From 2983098692d1def70fe64502da147dd90775af2c Mon Sep 17 00:00:00 2001 From: Luke Street Date: Thu, 14 Aug 2025 18:59:28 -0600 Subject: [PATCH] Disable GAFU01_00 for now --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffb76036..8f8decd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - version: [GAFE01_00, GAFU01_00] + version: [GAFE01_00] # GAFU01_00 steps: # Checkout the repository