Skip to content

Commit

Permalink
fix workflow def
Browse files Browse the repository at this point in the history
  • Loading branch information
twoshark committed Nov 15, 2023
1 parent 99b9fb8 commit 5860907
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ workflows:
version: 2
check_rpc_endpoints:
jobs:
- check_sepolia_rpc_endpoints:
- check_goerli_rpc_endpoints:
- check_mainnet_rpc_endpoints:
on_success:
- example_mainnet_job
- check_sepolia_rpc_endpoints:
- check_goerli_rpc_endpoints:
- check_mainnet_rpc_endpoints:
- example_mainnet_job:
requires:
- check_mainnet_rpc_endpoints

0 comments on commit 5860907

Please sign in to comment.