From 8e26803be78b344fd68834817905405b3cdffb94 Mon Sep 17 00:00:00 2001 From: "Zaafar.A" Date: Sun, 5 Jan 2025 22:48:26 -0500 Subject: [PATCH] temp disable github action step (#506) until https://github.com/cimgui/cimgui/issues/283 is resolved. --- .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 357eb57c..8c5b13ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: run: ls -l bin\Release\ImGui.NET\ - name: Validate Generated Code - if: startsWith(github.ref, 'refs/tags/') + if: false # startsWith(github.ref, 'refs/tags/') shell: bash run: | echo "Running CodeGenerator"