From 13cd4018a88b061de9fc10b87aa47eefdc0e6412 Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Mon, 10 Jun 2024 10:47:18 -0400 Subject: [PATCH] don't commit --- .github/workflows/commit_artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit_artifacts.yml b/.github/workflows/commit_artifacts.yml index 9a45163422..369f2238fa 100644 --- a/.github/workflows/commit_artifacts.yml +++ b/.github/workflows/commit_artifacts.yml @@ -293,7 +293,7 @@ jobs: echo ":" git status -u - name: Commit changes to branch - if: steps.check_should_commit.outputs.should_commit == 'true' + if: false && steps.check_should_commit.outputs.should_commit == 'true' uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: | @@ -535,7 +535,7 @@ jobs: run: | git status -u - name: Commit changes to branch - if: steps.check_should_commit.outputs.should_commit == 'true' + if: false && steps.check_should_commit.outputs.should_commit == 'true' uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: |