Skip to content

Commit

Permalink
health-check workflow: update check Deploy Assets to Cloudflare Pages…
Browse files Browse the repository at this point in the history
… and Notify to Discord
  • Loading branch information
thaovt287 committed Jun 4, 2024
1 parent dd8799b commit 413ab7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 70 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ jobs:

- name: Log commit changes
run: |
echo "Added files: ${{ steps.commit_changes.outputs.added_files }}"
echo "Modified files: ${{ steps.commit_changes.outputs.modified_files }}"
echo "pushed: ${{ steps.commit_changes.outputs.pushed }}"
- name: Deploy Assets to Cloudflare Pages
if: steps.commit_changes.outputs.added_files > 0 || steps.commit_changes.outputs.modified_files > 0
if: steps.commit_changes.outputs.pushed
id: cloudflare_deployment
uses: cloudflare/pages-action@v1
with:
Expand All @@ -66,7 +65,7 @@ jobs:

- name: Notify to Discord
uses: sarisia/actions-status-discord@v1
if: steps.commit_changes.outputs.added_files > 0 || steps.commit_changes.outputs.modified_files > 0
if: steps.commit_changes.outputs.pushed
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}
Expand Down
66 changes: 0 additions & 66 deletions packages/chain-list-assets/public/chains/error-rpc.json
Original file line number Diff line number Diff line change
@@ -1,66 +0,0 @@
[
{
"slug": "statemint",
"name": "Polkadot Asset Hub (Statemint)",
"status": "ACTIVE",
"errorRpcs": {
"IBP-GeoDNS1": "wss://sys.ibp.network/statemint"
}
},
{
"slug": "phykenTest",
"name": "Phyken Network Testnet",
"status": "ACTIVE",
"errorRpcs": {
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
}
},
{
"slug": "paseoTest",
"name": "Paseo Testnet",
"status": "ACTIVE",
"errorRpcs": {
"Amforc": "wss://paseo.rpc.amforc.com"
}
},
{
"slug": "goldberg_testnet",
"name": "Avail Goldberg Testnet",
"status": "ACTIVE",
"errorRpcs": {
"Avail Tool Testnet": "wss://rpc-testnet.avail.tools/ws"
}
},
{
"slug": "polimec",
"name": "Polimec Polkadot",
"status": "ACTIVE",
"errorRpcs": {
"Amforc": "wss://polimec.rpc.amforc.com"
}
},
{
"slug": "logion",
"name": "logion Standalone",
"status": "ACTIVE",
"errorRpcs": {
"Logion": "wss://rpc01.logion.network"
}
},
{
"slug": "genshiro",
"name": "Genshiro",
"status": "ACTIVE",
"errorRpcs": {
"Equilibrium": "wss://node.genshiro.io"
}
},
{
"slug": "edgeware",
"name": "Edgeware",
"status": "ACTIVE",
"errorRpcs": {
"Commonwealth Labs": "wss://mainnet2.edgewa.re"
}
}
]

0 comments on commit 413ab7d

Please sign in to comment.