diff --git a/.github/workflows/codegen.yaml b/.github/workflows/codegen.yaml index 73bf2f3..d9452f0 100644 --- a/.github/workflows/codegen.yaml +++ b/.github/workflows/codegen.yaml @@ -7,7 +7,7 @@ on: permissions: {} jobs: - build: + codegen: runs-on: ubuntu-latest permissions: contents: write @@ -34,6 +34,8 @@ jobs: git add . git commit -m "Update generated code" git push + + exit 1 # Workflow should fail, so the PR author reviews the changes else echo "No changes to commit" fi