Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Feb 28, 2025
1 parent afef577 commit 5f9107f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/healthCheckForNewNetworkDeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
if ! jq -e 'has("'"$network"'")' script/deploy/_targetState.json > /dev/null; then
echo "❌ Error: Network '$network' not found in script/deploy/_targetState.json"
exit 1
fi
else
echo "✅ Confirmed: Network '$network' exists in script/deploy/_targetState.json"
fi
Expand All @@ -78,7 +77,6 @@ jobs:
if [[ ! -f "deployments/$network.json" ]]; then
echo "❌ Error: Missing deployment file: deployments/$network.json"
exit 1
fi
else
echo "✅ Confirmed: Deployment file: deployments/$network.json exists"
fi
Expand Down

0 comments on commit 5f9107f

Please sign in to comment.