Skip to content

Commit

Permalink
remove include test chains param
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 23, 2024
1 parent 42876e6 commit 31174a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/xcm-wss-endpoints-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ jobs:
- name: 🛠️ Build
run: npm run build

# TODO remove --include-test-chains
- name: 💻 Run script
run: npx bun ./scripts/check-websockets.ts --slack-wh=${{ secrets.SLACK_WEBHOOK_URL }} --include-test-chains
run: npx bun ./scripts/check-websockets.ts --slack-wh=${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 31174a9

Please sign in to comment.