From 8dd4ce96c6926f3ff384e8c588ac1d3583d47acc Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Tue, 23 Jul 2024 10:51:25 +0200 Subject: [PATCH] task: verify changed files before commit (#366) --- .github/workflows/autoupdate-prod.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autoupdate-prod.yaml b/.github/workflows/autoupdate-prod.yaml index 7a4781d8f..4ca0212f3 100644 --- a/.github/workflows/autoupdate-prod.yaml +++ b/.github/workflows/autoupdate-prod.yaml @@ -38,6 +38,7 @@ jobs: if: steps.verify-changed-files.outputs.files_changed == 'true' run: make gen-docs - name: Commit Generator Changes + if: steps.verify-changed-files.outputs.files_changed == 'true' run: | git add . && git commit -m "fix: Generated SDK source code and docs" - name: Release updates