don't commit
Rick Hanlon committed
Jun 10, 2024 at 10:47 UTC
13cd4018a88b061de9fc10b87aa47eefdc0e6412
1 file changed
+2
-2
.github/workflows/commit_artifacts.yml
+2
-2
@@ -293,7 +293,7 @@ jobs:
293
echo ":"
294
git status -u
295
- name: Commit changes to branch
296
- if: steps.check_should_commit.outputs.should_commit == 'true'
296
+ if: false && steps.check_should_commit.outputs.should_commit == 'true'
297
uses: stefanzweifel/git-auto-commit-action@v4
298
with:
299
commit_message: |
@@ -535,7 +535,7 @@ jobs:
535
run: |
536
git status -u
537
- name: Commit changes to branch
538
- if: steps.check_should_commit.outputs.should_commit == 'true'
538
+ if: false && steps.check_should_commit.outputs.should_commit == 'true'
539
uses: stefanzweifel/git-auto-commit-action@v4
540
with:
541
commit_message: |