We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b2ab1 commit 13cd401Copy full SHA for 13cd401
.github/workflows/commit_artifacts.yml
@@ -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'
+ 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
537
538
539
540
541
0 commit comments