Skip to content

Commit

Permalink
chore: disable auto release (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonneal authored Mar 7, 2025
1 parent 305fe2b commit 1bc09e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Jobs on tag

on:
push:
tags:
- '*'
workflow_dispatch:

jobs:
npm-publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish NPM package

on:
workflow_call:
workflow_dispatch:

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpc-proxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: RPC Proxy

on:
workflow_call:
workflow_dispatch:

jobs:
test:
Expand Down

1 comment on commit 1bc09e6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 98%
98.96% (4395/4441) 97.01% (1398/1441) 98.9% (906/916)
Title Tests Skipped Failures Errors Time
core 839 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 38s ⏱️
network 728 0 πŸ’€ 0 ❌ 0 πŸ”₯ 5m 12s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.091s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 19.832s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 13s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 34s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 26s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 31s ⏱️

Please sign in to comment.