Skip to content

Commit

Permalink
ci(protocol): temporarily disable autocommit docs to unblock PRs (#7546)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Jan 4, 2023
1 parent dbf8db9 commit 1206494
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1206494

Please sign in to comment.