From 45ebcd0e3e7789c2286b7c11dddf9d612b6b413b Mon Sep 17 00:00:00 2001 From: Will Winder Date: Tue, 30 Jul 2024 09:34:34 -0400 Subject: [PATCH] Thought I started with this... --- .github/workflows/codegen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index d397b231..196d6e4c 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -30,4 +30,4 @@ jobs: run: make generate - name: ensure no changes run: | - git status --porcelain=v1 && { git status; git diff; echo "Error: modified files detected, run 'make generate'."; exit 1; } + git status --porcelain=v1 || { git status; git diff; echo "Error: modified files detected, run 'make generate'."; exit 1; }