Skip to content

Commit

Permalink
Remove testing configuration
Browse files Browse the repository at this point in the history
The workflow was confirmed to work ok, we can remove the configuration that was
used for testing purposes.
  • Loading branch information
michalinacienciala committed Jun 21, 2023
1 parent 626045d commit 7d41bc9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/contracts-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
github.event_name == 'pull_request'
|| github.event_name == 'push'
|| github.event_name == 'workflow_dispatch'
uses: keep-network/ci/.github/workflows/reusable-solidity-docs.yml@fix-docs-generation # TODO: change to `main`
uses: keep-network/ci/.github/workflows/reusable-solidity-docs.yml@main
with:
projectDir: /solidity
# We need to remove unnecessary `//` comment used in the `@dev`
Expand All @@ -62,9 +62,8 @@ jobs:
contracts-docs-publish:
name: Publish contracts documentation
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@fix-docs-generation # TODO: change to `main`
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/solidity/')
uses: keep-network/ci/.github/workflows/reusable-solidity-docs.yml@main
with:
projectDir: /solidity
# We need to remove unnecessary `//` comment used in the `@dev`
Expand Down

0 comments on commit 7d41bc9

Please sign in to comment.