Skip to content

Commit

Permalink
Remove testing config
Browse files Browse the repository at this point in the history
  • Loading branch information
michalinacienciala committed Jun 27, 2023
1 parent 19e2a6a commit 0a1cf19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/contracts-ecdsa-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
contracts-docs-prepublish-wait:
name: Wait for contracts docs to be published
needs: docs-detect-changes
# TODO: remove last OR
if: (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/solidity/')) || github.ref == 'refs/pull/3534/merge'
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/solidity/')
runs-on: ubuntu-latest
steps:
- name: Wait 4 minutes
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/contracts-random-beacon-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ 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/3534/merge'
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/random-beacon
Expand Down

0 comments on commit 0a1cf19

Please sign in to comment.