Skip to content

Commit 13cd401

Browse files
committed
don't commit
1 parent b6b2ab1 commit 13cd401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/commit_artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
echo ":"
294294
git status -u
295295
- 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'
297297
uses: stefanzweifel/git-auto-commit-action@v4
298298
with:
299299
commit_message: |
@@ -535,7 +535,7 @@ jobs:
535535
run: |
536536
git status -u
537537
- 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'
539539
uses: stefanzweifel/git-auto-commit-action@v4
540540
with:
541541
commit_message: |

0 commit comments

Comments
 (0)