Skip to content

Commit 8e26803

Browse files
authored
temp disable github action step (#506)
until cimgui/cimgui#283 is resolved.
1 parent bb33944 commit 8e26803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ls -l bin\Release\ImGui.NET\
3333

3434
- name: Validate Generated Code
35-
if: startsWith(github.ref, 'refs/tags/')
35+
if: false # startsWith(github.ref, 'refs/tags/')
3636
shell: bash
3737
run: |
3838
echo "Running CodeGenerator"

0 commit comments

Comments
 (0)