[E2E Test] EIBC Client: fulfills 10 orders using 2 different LPs, 5 for settlement mode, other 5 for p2p mode, created by Rollapp A to HUB transfer, picked up by polling the indexer #200
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: new-pr-notification-to-slack | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
new-pr-notification: | |
uses: dymensionxyz/common-workflows/.github/workflows/new-pr-notification.yaml@main | |
secrets: | |
WEBHOOK_URL: ${{ secrets.SLACK_NEW_PR_CHANNEL_WEBHOOK }} |