ci: fix duplicate if keys in workflow YAML
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m9s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Failing after 4s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Successful in 2s
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m9s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Failing after 4s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Successful in 2s
This commit is contained in:
@@ -165,7 +165,6 @@ jobs:
|
||||
|
||||
- name: Verify gossip subscriptions
|
||||
if: ${{ inputs.skip_ssh_checks != 'true' }}
|
||||
if: always()
|
||||
run: |
|
||||
echo "🔍 Verifying Redis gossip subscriptions"
|
||||
|
||||
@@ -184,7 +183,6 @@ jobs:
|
||||
|
||||
- name: Verify block production roles
|
||||
if: ${{ inputs.skip_ssh_checks != 'true' }}
|
||||
if: always()
|
||||
run: |
|
||||
echo "🔍 Verifying block production roles"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user