Skip to content

Commit

Permalink
Add testing configuration
Browse files Browse the repository at this point in the history
The change needs to be reverted before merge to `main`. It's only added to test
pushing of PRs with API docs after changes in contracts.
  • Loading branch information
michalinacienciala committed Jun 20, 2023
1 parent c16c3b4 commit ee80701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
needs: docs-detect-changes
# TODO: remove last OR
if: (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/solidity/')) || github.ref == 'refs/pull/584/merge'
uses: keep-network/ci/.github/workflows/reusable-solidity-docs.yml@main
uses: keep-network/ci/.github/workflows/reusable-solidity-docs.yml@change-authentication-for-docs-workflow # TODO: change to `main` before merge
with:
projectDir: /solidity
# We need to remove unnecessary `//` comment used in the `@dev`
Expand Down
2 changes: 1 addition & 1 deletion solidity/contracts/bank/Bank.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import "@openzeppelin/contracts/access/Ownable.sol";
import "./IReceiveBalanceApproval.sol";
import "../vault/IVault.sol";

/// @title Bitcoin Bank TEST
/// @title Bitcoin Bank
/// @notice Bank is a central component tracking Bitcoin balances. Balances can
/// be transferred between balance owners, and balance owners can
/// approve their balances to be spent by others. Balances in the Bank
Expand Down

0 comments on commit ee80701

Please sign in to comment.