From f30e6dafd4b39f5d4e1fa092e85d429ce7df7e59 Mon Sep 17 00:00:00 2001 From: Brent Salisbury Date: Fri, 4 Sep 2026 03:54:17 +0000 Subject: [PATCH] ci: remove isolated GLB release check Signed-off-by: Brent Salisbury --- .github/workflows/release.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index da32cd5..fdeca7f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -119,12 +119,6 @@ jobs: - name: Documentation run: make doc - - name: Validate GLB demo configuration - run: >- - cargo run -p forge -- - --config tests/e2e/topologies/grid-glb-demo/forge.yaml - config validate - # ---------------------------------------------------------------------------- # Publish immutable Grid images # ----------------------------------------------------------------------------