Skip to content

Commit d53c7f5

Browse files
Remove testing config
1 parent 5149fda commit d53c7f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/contracts-docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
contracts-docs-publish:
5555
name: Publish contracts documentation
5656
needs: docs-detect-changes
57-
# TODO: remove last OR
58-
if: (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')) || github.ref == 'refs/pull/138/merge'
57+
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')
5958
uses: keep-network/ci/.github/workflows/reusable-solidity-docs.yml@main
6059
with:
6160
publish: true

0 commit comments

Comments
 (0)