diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 33daa92a2dc..faa840b6c4f 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -60,9 +60,11 @@ jobs: working-directory: ./packages/protocol run: pnpm export:docs + # auto commit solidity doc changes unless on main branch - uses: stefanzweifel/git-auto-commit-action@v4 + if: github.ref != 'refs/heads/main' with: - commit_message: commit dat yuh + commit_message: "chore(docs): auto commit solidity docs" - name: protocol - Deploy L1 Contracts working-directory: ./packages/protocol diff --git a/packages/protocol/contracts/bridge/Bridge.sol b/packages/protocol/contracts/bridge/Bridge.sol index a3cd9883bac..4bd39766495 100644 --- a/packages/protocol/contracts/bridge/Bridge.sol +++ b/packages/protocol/contracts/bridge/Bridge.sol @@ -19,8 +19,6 @@ import "./libs/LibBridgeSignal.sol"; /** * Bridge contract which is deployed on both L1 and L2. Mostly a thin wrapper * which calls the library implementations. See {IBridge} for more details. - * - * dummy test * * @author dantaik * @dev The code hash for the same address on L1 and L2 may be different.