[E2E Test] EIBC Client: does not attempt to fulfill any of the 5 orders created by Rollapp A to HUB transfer due to not satisfying the LP or operator criteria #203
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 }} |