From 3ca08273a71464a1781246b917d3e38ee917190b Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Tue, 3 Jan 2023 22:40:34 -0500 Subject: [PATCH] ci(protocol): temporarily disable autocommit docs to unblock PRs --- .github/workflows/solidity.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 55f0321d18e..5314a306473 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -68,11 +68,11 @@ jobs: working-directory: ./packages/protocol run: pnpm export:docs - - uses: stefanzweifel/git-auto-commit-action@v4 - name: protocol - Auto Commit Solidity Docs - if: github.ref != 'refs/heads/main' - with: - commit_message: "chore(docs): auto commit solidity docs" + # - uses: stefanzweifel/git-auto-commit-action@v4 + # name: protocol - Auto Commit Solidity Docs + # if: github.ref != 'refs/heads/main' + # with: + # commit_message: "chore(docs): auto commit solidity docs" - name: protocol - Deploy L1 Contracts working-directory: ./packages/protocol