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

This commit is contained in:
aitbc
2026-05-02 18:54:07 +02:00
parent 7cb669562b
commit 6cce01af3c

View File

@@ -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"