Skip to content

Commit

Permalink
temp disable github action step (#506)
Browse files Browse the repository at this point in the history
until cimgui/cimgui#283 is resolved.
  • Loading branch information
zaafar authored Jan 6, 2025
1 parent bb33944 commit 8e26803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e26803

Please sign in to comment.